diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py index 11211bce..7fe4adfb 100644 --- a/ihatemoney/tests/tests.py +++ b/ihatemoney/tests/tests.py @@ -298,7 +298,7 @@ class BudgetTestCase(IhatemoneyTestCase): # session is not updated self.assertNotIn("raclette", session) - # project is created + # project is not created self.assertEqual(len(models.Project.query.all()), 0) def test_project_creation_with_public_permissions(self):