Skip to content

Commit

Permalink
format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos committed Oct 22, 2022
1 parent d97123b commit 24614b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ihatemoney/tests/budget_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def test_invite(self):
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")
Expand Down

0 comments on commit 24614b2

Please sign in to comment.