Skip to content

Commit 775323a

Browse files
authored
Remove unnecessary tests
1 parent d9eb6dd commit 775323a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_numbers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ def test_compact(self):
154154
assert numbers.format_compact_decimal(-123456789, format_type='long', locale='en_US') == u'-123 million'
155155
assert numbers.format_compact_decimal(2345678, locale='mk', format_type='long') == u'2 милиони'
156156
assert numbers.format_compact_decimal(21098765, locale='mk', format_type='long') == u'21 милион'
157-
assert numbers.format_compact_decimal(decimal.Decimal(123456789), format_type='short', locale='en_US') == u'123M'
158-
assert numbers.format_compact_decimal('123456789', format_type='short', locale='en_US') == u'123M'
159157

160158
class NumberParsingTestCase(unittest.TestCase):
161159

0 commit comments

Comments
 (0)