Fixed another codestyle error.

This commit is contained in:
s3lph 2018-07-21 21:49:02 +02:00
parent 9afd86d5ab
commit 1c733c6203

View file

@ -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')