Skip to content

Commit d362210

Browse files
Nicolas CANNicolas CAN
authored andcommitted
✅(backend) improve linting
After my first commit of ma contribution, my dear collegue show me how to improve the linting of a string. Due to the awesome circle ci, I have to write a long text to explain why I just add a double quote and a return line. It's wonderful !
1 parent 5c28b4c commit d362210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/joanie/tests/core/api/admin/orders/test_refund.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def test_api_admin_orders_refund_an_order(self):
328328
f"Withdrawn on {order.payment_schedule[3]['due_date'].strftime('%m/%d/%Y')}",
329329
"Canceled",
330330
"Total €100.00",
331-
f"This mail has been sent to {order.owner.email} by Test Catalog \
332-
[https://richie.education]",
331+
f"This mail has been sent to {order.owner.email}",
332+
"by Test Catalog [https://richie.education]",
333333
]
334334

335335
self.assertEqual(

0 commit comments

Comments
 (0)