Fixes typo in test name

This commit is contained in:
James Hiebert 2016-06-04 12:09:09 -07:00
parent ed01d2c73b
commit 293e3767b4

View File

@ -172,7 +172,7 @@ def test_can_create_osr_invalid():
assert not _can_create_osr('foo')
def test_has_wkt_propert():
def test_has_wkt_property():
assert CRS({'init': 'EPSG:4326'}).wkt.startswith('GEOGCS["WGS 84",DATUM')