Skip to content

Commit 5859982

Browse files
committed
Remove duplicated test
1 parent e1f96f9 commit 5859982

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_delphi_utils_python/tests/test_geomap.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -420,16 +420,6 @@ def test_add_geocode(self):
420420
)
421421
)
422422

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-
# hrr -> nation
429-
with pytest.raises(ValueError):
430-
new_data = gmpr.replace_geocode(self.zip_data, "zip", "hrr")
431-
new_data2 = gmpr.replace_geocode(new_data, "hrr", "nation")
432-
433423
# hrr -> nation
434424
with pytest.raises(ValueError):
435425
new_data = gmpr.replace_geocode(self.zip_data, "zip", "hrr")

0 commit comments

Comments
 (0)