mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
format doc
This commit is contained in:
parent
d97123bf6b
commit
24614b2c1d
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue