mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Fix overlength line
This commit is contained in:
parent
c0aceb7acd
commit
e3eda105d2
1 changed files with 2 additions and 1 deletions
|
@ -2868,7 +2868,8 @@ class LocalizeListTestCase(IhatemoneyTestCase):
|
|||
localize_list(list(range(1, 5))),
|
||||
)
|
||||
self.assertEqual(
|
||||
f"{em_surround(1)}, {em_surround(2)}, {em_surround(3)}, {em_surround(4)}, and {em_surround(5)}",
|
||||
f"{em_surround(1)}, {em_surround(2)}, {em_surround(3)},"
|
||||
f" {em_surround(4)}, and {em_surround(5)}",
|
||||
localize_list(list(range(1, 6))),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue