mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Ukrainian language test update
This commit is contained in:
@@ -17,7 +17,7 @@ from unittest import TestCase
|
||||
|
||||
from num2words import num2words
|
||||
|
||||
class Num2WordsENTest(TestCase):
|
||||
class Num2WordsUKTest(TestCase):
|
||||
def test_and_join_199(self):
|
||||
self.assertEqual(num2words(187,lang='uk'), "сто вiсiмдесят сiм")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user