mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
typo
This commit is contained in:
committed by
Willem Van Onsem
parent
f820ee5ec1
commit
7993ca5023
@@ -87,7 +87,7 @@ class Num2WordsHETest(TestCase):
|
||||
self.assertEqual(n.pluralize(1, cr2), 'סנט')
|
||||
self.assertEqual(n.pluralize(2, cr2), 'סנט')
|
||||
|
||||
def test_currency_(self):
|
||||
def test_to_currency(self):
|
||||
n = Num2Word_HE()
|
||||
self.assertEqual(n.to_currency(20.0 ,currency='NIS'), 'עשרים שקלים ואפס אגורות')
|
||||
self.assertEqual(n.to_currency(100.0 ,currency='NIS'), 'מאה שקלים ואפס אגורות')
|
||||
|
||||
Reference in New Issue
Block a user