From 1c733c6203bd1ca2c3053cece592ae435bc63c19 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 21 Jul 2018 21:49:02 +0200 Subject: [PATCH] Fixed another codestyle error. --- matemat/db/test/test_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')