Fix user affinity test
This commit is contained in:
@@ -25,6 +25,7 @@ def test_user_from_graphql():
|
|||||||
last_name="Ghi",
|
last_name="Ghi",
|
||||||
is_friend=True,
|
is_friend=True,
|
||||||
gender="female_singular",
|
gender="female_singular",
|
||||||
|
affinity=0.4560002,
|
||||||
) == User._from_graphql(data)
|
) == User._from_graphql(data)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user