mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
fix test after code reformatting
This commit is contained in:
parent
43289b8dd2
commit
3a984ee206
1 changed files with 4 additions and 1 deletions
|
@ -934,7 +934,10 @@ class BudgetTestCase(IhatemoneyTestCase):
|
|||
follow_redirects=True,
|
||||
)
|
||||
self.assertIn(
|
||||
"<thead><tr><th>Project</th><th>Number of participants",
|
||||
"""<thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Number of participants</th>""",
|
||||
resp.data.decode("utf-8"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue