From 24614b2c1df78680b0ae6d10d615c0a10720688e Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 22 Oct 2022 22:57:54 +0200 Subject: [PATCH] format doc --- ihatemoney/tests/budget_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index e4479bf9..3214c173 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -122,7 +122,8 @@ class BudgetTestCase(IhatemoneyTestCase): self.assertIn("Provided token is invalid", resp.data.decode("utf-8")) def test_multiple_join(self): - """Test that joining multiple times a project doesn't add it multiple times in the session""" + """Test that joining multiple times a project + doesn't add it multiple times in the session""" self.login("raclette") self.post_project("raclette") project = self.get_project("raclette")