diff --git a/matemat/db/test/test_migrations.py b/matemat/db/test/test_migrations.py index 1a27107..bbc6fb2 100644 --- a/matemat/db/test/test_migrations.py +++ b/matemat/db/test/test_migrations.py @@ -143,7 +143,7 @@ class TestMigrations(unittest.TestCase): (1, 1, 4200, 0, 1000), -- deposit (2, 2, 1337, 0, 1001), -- modification (3, 3, 1337, 0, 1001), -- modification with deleted agent - (4, 2, 200, 1337, 1002) -- consumption + (4, 2, 200, 1337, 1002) -- consumption ''') cursor.execute('''INSERT INTO deposits VALUES (1)''') cursor.execute('''