diff --git a/src/pycountry/tests/test_general.py b/src/pycountry/tests/test_general.py index 7c40601..483c2cf 100644 --- a/src/pycountry/tests/test_general.py +++ b/src/pycountry/tests/test_general.py @@ -60,7 +60,7 @@ def test_germany_has_all_attributes(): def test_subdivisions_directly_accessible(): - assert len(pycountry.subdivisions) == 4884 + assert len(pycountry.subdivisions) == 4883 assert isinstance(list(pycountry.subdivisions)[0], pycountry.db.Data) de_st = pycountry.subdivisions.get(code='DE-ST')