summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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():