mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +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
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue