1
0
Fork 0
forked from s3lph/matemat

Fixed a pycodestyle warning

This commit is contained in:
s3lph 2018-08-31 22:31:36 +02:00
parent 8c4e83bcf6
commit fec9c3d7ac

View file

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