summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlberto Mardegan <mardy@users.sourceforge.net>2019-01-24 22:32:25 +0300
committerAarni Koskela <akx@iki.fi>2019-01-24 23:32:05 +0200
commit09528e5e7096ef047b87893ff55f31adffb5d598 (patch)
treed967e7ea800876dc56f40595c7bb6ce8de4e1e63 /tests
parentb7dda2a0de98344426359087a3d3c239b74de548 (diff)
downloadbabel-09528e5e7096ef047b87893ff55f31adffb5d598.tar.gz
Download CLDR 34.0
Diffstat (limited to 'tests')
-rw-r--r--tests/test_numbers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_numbers.py b/tests/test_numbers.py
index d0f24bd..29bdc24 100644
--- a/tests/test_numbers.py
+++ b/tests/test_numbers.py
@@ -209,7 +209,7 @@ def test_list_currencies():
assert list_currencies(locale='pa_Arab') == {'PKR', 'INR', 'EUR'}
- assert len(list_currencies()) == 300
+ assert len(list_currencies()) == 303
def test_validate_currency():
@@ -412,7 +412,7 @@ def test_format_currency_format_type():
assert (numbers.format_currency(1099.98, 'JPY', locale='en_US')
== u'\xa51,100')
assert (numbers.format_currency(1099.98, 'COP', u'#,##0.00', locale='es_ES')
- == u'1.100')
+ == u'1.099,98')
assert (numbers.format_currency(1099.98, 'JPY', locale='en_US',
currency_digits=False)
== u'\xa51,099.98')