Skip to content

Commit

Permalink
Remove copy-pasted test case
Browse files Browse the repository at this point in the history
Fixes #1025
  • Loading branch information
akx committed May 7, 2024
1 parent c382433 commit 5a3da65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def test_default_rounding(self):
"""
assert numbers.format_decimal(5.5, '0', locale='sv') == '6'
assert numbers.format_decimal(6.5, '0', locale='sv') == '6'
assert numbers.format_decimal(6.5, '0', locale='sv') == '6'
assert numbers.format_decimal(1.2325, locale='sv') == '1,232'
assert numbers.format_decimal(1.2335, locale='sv') == '1,234'

Expand Down

0 comments on commit 5a3da65

Please sign in to comment.