We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f96f9 commit 5859982Copy full SHA for 5859982
_delphi_utils_python/tests/test_geomap.py
@@ -420,16 +420,6 @@ def test_add_geocode(self):
420
)
421
422
423
- # hrr -> nation
424
- with pytest.raises(ValueError):
425
- new_data = gmpr.replace_geocode(self.zip_data, "zip", "hrr")
426
- new_data2 = gmpr.replace_geocode(new_data, "hrr", "nation")
427
-
428
429
430
431
432
433
# hrr -> nation
434
with pytest.raises(ValueError):
435
new_data = gmpr.replace_geocode(self.zip_data, "zip", "hrr")
0 commit comments