Skip to content

Commit

Permalink
Update test for data change: inclusion of flag symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
llimeht committed Nov 24, 2021
1 parent d80f475 commit 976b931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pycountry/tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def test_removed_countries():
def test_repr():
assert re.match("Country\\(alpha_2=u?'DE', "
"alpha_3=u?'DEU', "
"flag='..', "
"name=u?'Germany', "
"numeric=u?'276', "
"official_name=u?'Federal Republic of Germany'\\)",
Expand Down

0 comments on commit 976b931

Please sign in to comment.