This commit is contained in:
Matthew Perry 2017-05-08 17:48:26 -06:00 committed by GitHub
parent 1a016d7d82
commit eab5ece9c1

View File

@ -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():