mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
typo
This commit is contained in:
parent
28440d15ab
commit
a50d54d5da
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class BudgetTestCase(IhatemoneyTestCase):
|
||||||
# session is not updated
|
# session is not updated
|
||||||
self.assertNotIn("raclette", session)
|
self.assertNotIn("raclette", session)
|
||||||
|
|
||||||
# project is created
|
# project is not created
|
||||||
self.assertEqual(len(models.Project.query.all()), 0)
|
self.assertEqual(len(models.Project.query.all()), 0)
|
||||||
|
|
||||||
def test_project_creation_with_public_permissions(self):
|
def test_project_creation_with_public_permissions(self):
|
||||||
|
|
Loading…
Reference in a new issue