Skip to content

Commit f53e661

Browse files
'Refactored by Sourcery' (#35)
Co-authored-by: Sourcery AI <>
1 parent d4088c6 commit f53e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def test_location_class(
5757
)
5858

5959
assert location_obj.country_code == country_code
60-
assert not location_obj.serialize() == None
60+
assert location_obj.serialize() is not None

0 commit comments

Comments
 (0)