From fec9c3d7ac05b004e648947728f0e4d08a95d323 Mon Sep 17 00:00:00 2001 From: s3lph Date: Fri, 31 Aug 2018 22:31:36 +0200 Subject: [PATCH] Fixed a pycodestyle warning --- 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 1a27107..bbc6fb2 100644 --- a/matemat/db/test/test_migrations.py +++ b/matemat/db/test/test_migrations.py @@ -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('''