Blame 1979282ee3cc6b1955240dbea46843832e9afc3a.patch

ce6f3a1
From 1979282ee3cc6b1955240dbea46843832e9afc3a Mon Sep 17 00:00:00 2001
ce6f3a1
From: Juro Oravec <juraj.oravec.josefson@gmail.com>
ce6f3a1
Date: Mon, 20 Jan 2020 22:37:29 +0100
ce6f3a1
Subject: [PATCH] test: update expected number of subdivisions
ce6f3a1
ce6f3a1
---
ce6f3a1
 src/pycountry/tests/test_general.py | 2 +-
ce6f3a1
 1 file changed, 1 insertion(+), 1 deletion(-)
ce6f3a1
ce6f3a1
diff --git a/src/pycountry/tests/test_general.py b/src/pycountry/tests/test_general.py
ce6f3a1
index 7c40601..483c2cf 100644
ce6f3a1
--- a/src/pycountry/tests/test_general.py
ce6f3a1
+++ b/src/pycountry/tests/test_general.py
ce6f3a1
@@ -60,7 +60,7 @@ def test_germany_has_all_attributes():
ce6f3a1
 
ce6f3a1
 
ce6f3a1
 def test_subdivisions_directly_accessible():
ce6f3a1
-    assert len(pycountry.subdivisions) == 4844
ce6f3a1
+    assert len(pycountry.subdivisions) == 4884
ce6f3a1
     assert isinstance(list(pycountry.subdivisions)[0], pycountry.db.Data)
ce6f3a1
 
ce6f3a1
     de_st = pycountry.subdivisions.get(code='DE-ST')