diff --git a/nhgisxwalk/tests/test_nhgisxwalk.py b/nhgisxwalk/tests/test_nhgisxwalk.py index 757eacb..5c85785 100644 --- a/nhgisxwalk/tests/test_nhgisxwalk.py +++ b/nhgisxwalk/tests/test_nhgisxwalk.py @@ -710,7 +710,7 @@ def test_trt_gj_no_G(self): with self.assertRaises(ValueError): nhgisxwalk.id_codes.trt_gj("2010", "X1.1") - def test_trt_gj_no_G(self): + def test_trt_gj_bad_year(self): with self.assertRaises(ValueError): nhgisxwalk.id_codes.trt_gj("0000", "G123456789123456789")