test_sqlThread refactoring codestyle

This commit is contained in:
shportix 2023-09-18 22:13:23 +03:00
parent 3a6be347fd
commit b9c26fde20
No known key found for this signature in database
GPG Key ID: 2594F3870220CC1E

View File

@ -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")
self.assertEqual(res, check, "objectprocessorqueue table not valid")