From 1b4aefbd5338922668f48d8e9e6d28bfb0bffbcb Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Mon, 10 Aug 2020 16:13:17 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- tests/test_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_location.py b/tests/test_location.py index 08d9d7c8..36abeeab 100644 --- a/tests/test_location.py +++ b/tests/test_location.py @@ -57,4 +57,4 @@ def test_location_class( ) assert location_obj.country_code == country_code - assert not location_obj.serialize() == None + assert location_obj.serialize() is not None