diff --git a/matemat/db/test/test_migrations.py b/matemat/db/test/test_migrations.py index 8e09d37..0488a96 100644 --- a/matemat/db/test/test_migrations.py +++ b/matemat/db/test/test_migrations.py @@ -47,7 +47,7 @@ class TestMigrations(unittest.TestCase): ''') cursor.execute(''' INSERT INTO consumption VALUES - (1, 1, 5), (1, 2, 3), (2, 2, 10), (3, 1, 3), (3, 2, 4) + (1, 1, 5), (1, 2, 3), (2, 2, 10), (3, 1, 3), (3, 2, 4) ''') cursor.execute('PRAGMA user_version = 1')