summaryrefslogtreecommitdiffstats
path: root/tests/time/test_comparison.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/time/test_comparison.py')
-rw-r--r--tests/time/test_comparison.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/time/test_comparison.py b/tests/time/test_comparison.py
index f1ef275..23dd176 100644
--- a/tests/time/test_comparison.py
+++ b/tests/time/test_comparison.py
@@ -28,7 +28,7 @@ def test_equal_to_false():
def test_not_equal_to_none():
t1 = pendulum.time(1, 2, 3)
- assert t1 != None # noqa
+ assert t1 is not None
def test_greater_than_true():