mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-05 22:32:25 +00:00
typo
This commit is contained in:
committed by
Willem Van Onsem
parent
c11927b353
commit
b01c44e33c
@@ -93,10 +93,10 @@ class Num2WordsHETest(TestCase):
|
|||||||
n.to_currency(20.0, currency='NIS'), 'עשרים שקלים ואפס אגורות'
|
n.to_currency(20.0, currency='NIS'), 'עשרים שקלים ואפס אגורות'
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
(n.to_currency(100.0, currency='NIS'), 'מאה שקלים ואפס אגורות'
|
n.to_currency(100.0, currency='NIS'), 'מאה שקלים ואפס אגורות'
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
(n.to_currency(100.50, currency='NIS'), 'מאה שקלים וחמישים אגורות'
|
n.to_currency(100.50, currency='NIS'), 'מאה שקלים וחמישים אגורות'
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_to_cardinal(self):
|
def test_to_cardinal(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user