From b9c26fde20eb9144d9c429529e6cb708fe683f65 Mon Sep 17 00:00:00 2001 From: shportix Date: Mon, 18 Sep 2023 22:13:23 +0300 Subject: [PATCH] test_sqlThread refactoring codestyle --- src/tests/test_sqlthread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_sqlthread.py b/src/tests/test_sqlthread.py index c1d81d35..dc283eab 100644 --- a/src/tests/test_sqlthread.py +++ b/src/tests/test_sqlthread.py @@ -545,4 +545,4 @@ class TestUpgradeBitmessageDB(TestSqlBase, unittest.TestCase): # pylint: disabl res = self.get_table_schema("objectprocessorqueue") check = [['objecttype', 'int'], ['data', 'blob']] - self.assertEqual(res, check, "objectprocessorqueue table not valid") \ No newline at end of file + self.assertEqual(res, check, "objectprocessorqueue table not valid")