We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef3a73 commit b246a5fCopy full SHA for b246a5f
tests/test_numbers.py
@@ -52,7 +52,6 @@ def test_default_rounding(self):
52
"""
53
assert numbers.format_decimal(5.5, '0', locale='sv') == '6'
54
assert numbers.format_decimal(6.5, '0', locale='sv') == '6'
55
- assert numbers.format_decimal(6.5, '0', locale='sv') == '6'
56
assert numbers.format_decimal(1.2325, locale='sv') == '1,232'
57
assert numbers.format_decimal(1.2335, locale='sv') == '1,234'
58
0 commit comments