Fix user affinity test

This commit is contained in:
Mads Marquart
2020-01-09 10:49:12 +01:00
parent e9864208ac
commit 6baa594538

View File

@@ -25,6 +25,7 @@ def test_user_from_graphql():
last_name="Ghi",
is_friend=True,
gender="female_singular",
affinity=0.4560002,
) == User._from_graphql(data)