Skip to content

Commit

Permalink
Delete duplicate code in test (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdiaz007 authored Oct 19, 2024
1 parent bef3a73 commit b246a5f
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 b246a5f

Please sign in to comment.