From eab5ece9c12e2c42eb4385bfd4ee18d6af35f535 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Mon, 8 May 2017 17:48:26 -0600 Subject: [PATCH] == --- tests/test_crs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_crs.py b/tests/test_crs.py index cc030f7c..642562cc 100644 --- a/tests/test_crs.py +++ b/tests/test_crs.py @@ -134,7 +134,7 @@ def test_is_same_crs(): def test_null_crs_equality(): """Null CRS should be equal""" - assert (CRS() == CRS()) is True + assert CRS() == CRS() def test_null_crs_inequality():