summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-04-08 18:41:04 +0300
committerGitHub <noreply@github.com>2022-04-08 18:41:04 +0300
commit20352cc667cd3f35c190b966cfc042cc3f2400a5 (patch)
tree0cb34c8a891b6bc8e017b450fb21aebb50fc43f6 /tests
parent10b3d6eec0d4cf2d76e451c0a0df5152b454e3db (diff)
parentdcfae607fa7f29477b99094a08365deb51cd7d3d (diff)
downloadbabel-20352cc667cd3f35c190b966cfc042cc3f2400a5.tar.gz
Merge pull request #853 from akx/cldr-41
CLDR 41
Diffstat (limited to 'tests')
-rw-r--r--tests/test_numbers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_numbers.py b/tests/test_numbers.py
index 00abd93..a77efc4 100644
--- a/tests/test_numbers.py
+++ b/tests/test_numbers.py
@@ -238,7 +238,7 @@ def test_list_currencies():
assert list_currencies(locale='pa_Arab') == {'PKR', 'INR', 'EUR'}
- assert len(list_currencies()) == 303
+ assert len(list_currencies()) == 305
def test_validate_currency():