Skip to content

Commit

Permalink
savoirfairelinux#454: [tr] fix flake8 E501 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunus Emre Geldegul committed Aug 19, 2022
1 parent 3ffdbec commit ddf6a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tr.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def test_tr(self):
{"test": 6, "to": "ordinal_num", "expected": u"6ıncı"},
{"test": -5, "to": "cardinal", "expected": u"eksibeş"},
{"test": -55, "to": "cardinal", "expected": u"eksiellibeş"},
{"test": -576, "to": "cardinal", "expected": u"eksibeşyüzyetmişaltı"},
{"test": -576, "to": "cardinal",
"expected": u"eksibeşyüzyetmişaltı"},
{"test": -3, "to": "currency", "expected": u"eksiüçlira"},
]

Expand Down

0 comments on commit ddf6a88

Please sign in to comment.