mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
#454: [tr] fix flake8 E128
This commit is contained in:
@@ -190,7 +190,7 @@ class Num2WordsTRTest(TestCase):
|
|||||||
{"test": -5, "to": "cardinal", "expected": u"eksibeş"},
|
{"test": -5, "to": "cardinal", "expected": u"eksibeş"},
|
||||||
{"test": -55, "to": "cardinal", "expected": u"eksiellibeş"},
|
{"test": -55, "to": "cardinal", "expected": u"eksiellibeş"},
|
||||||
{"test": -576, "to": "cardinal",
|
{"test": -576, "to": "cardinal",
|
||||||
"expected": u"eksibeşyüzyetmişaltı"},
|
"expected": u"eksibeşyüzyetmişaltı"},
|
||||||
{"test": -3, "to": "currency", "expected": u"eksiüçlira"},
|
{"test": -3, "to": "currency", "expected": u"eksiüçlira"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user