Skip to content

Commit

Permalink
Update test for data change: number of subdivisions
Browse files Browse the repository at this point in the history
  • Loading branch information
llimeht committed Nov 24, 2021
1 parent d8ea221 commit ad738a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycountry/tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_germany_has_all_attributes():


def test_subdivisions_directly_accessible():
assert len(pycountry.subdivisions) == 4883
assert len(pycountry.subdivisions) == 5123
assert isinstance(list(pycountry.subdivisions)[0], pycountry.db.Data)

de_st = pycountry.subdivisions.get(code='DE-ST')
Expand Down

0 comments on commit ad738a8

Please sign in to comment.