mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
==
This commit is contained in:
parent
1a016d7d82
commit
eab5ece9c1
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user