From 3a984ee2068eed889e7ec7b59e360a5e926e0839 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 29 Jan 2023 22:27:31 +0100 Subject: [PATCH] fix test after code reformatting --- ihatemoney/tests/budget_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index ee10319e..8534b00c 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -934,7 +934,10 @@ class BudgetTestCase(IhatemoneyTestCase): follow_redirects=True, ) self.assertIn( - "ProjectNumber of participants", + """ + + Project + Number of participants""", resp.data.decode("utf-8"), )