Blame support-iso-codes-450.patch

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