We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4088c6 commit f53e661Copy full SHA for f53e661
tests/test_location.py
@@ -57,4 +57,4 @@ def test_location_class(
57
)
58
59
assert location_obj.country_code == country_code
60
- assert not location_obj.serialize() == None
+ assert location_obj.serialize() is not None
0 commit comments