forked from s3lph/matemat
Fixed a pycodestyle warning
This commit is contained in:
parent
8c4e83bcf6
commit
fec9c3d7ac
1 changed files with 1 additions and 1 deletions
|
@ -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('''
|
||||
|
|
Loading…
Reference in a new issue