From: Aarni Koskela Date: Fri, 8 Apr 2022 15:01:55 +0000 (+0300) Subject: Update tests for CLDR 41 X-Git-Tag: v2.10.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F853%2Fhead;p=thirdparty%2Fbabel.git Update tests for CLDR 41 --- diff --git a/tests/test_numbers.py b/tests/test_numbers.py index 00abd935..a77efc40 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():