]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Delete duplicate code in test (#1138)
authormattdiaz007 <124223568+mattdiaz007@users.noreply.github.com>
Sat, 19 Oct 2024 12:21:51 +0000 (08:21 -0400)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 12:21:51 +0000 (12:21 +0000)
tests/test_numbers.py

index a96bdbebae687095b0f2d46719135ed5d49b9694..5e6ee01bb0c1c322a50b1ad226ffaab34e942e0a 100644 (file)
@@ -52,7 +52,6 @@ class FormatDecimalTestCase(unittest.TestCase):
         """
         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'