Skip to content

Commit

Permalink
more tests in id_codes.py [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 14, 2020
1 parent eeb1ed2 commit d3ee8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nhgisxwalk/tests/test_nhgisxwalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit d3ee8c1

Please sign in to comment.