forked from s3lph/matemat
Fixed another codestyle error.
This commit is contained in:
parent
9afd86d5ab
commit
1c733c6203
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue