From a50d54d5da7f0968c6646f605796c3725e0fb53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20de=20la=20Torre?= Date: Sat, 19 Oct 2019 12:19:47 +0200 Subject: [PATCH] typo --- ihatemoney/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):