Skip to content

Commit

Permalink
💚 Making test deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Mar 27, 2023
1 parent 65bc4d9 commit 6806072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/accounts/tests/test_user_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def test_having_usable_email(self):
UserFactory(first_name="empty", email="")

actual = User.objects.having_usable_email()
self.assertEqual(list(actual), expected)
self.assertEqual(set(list(actual)), set(expected))

0 comments on commit 6806072

Please sign in to comment.