test_sqlThread refactoring codestyle
This commit is contained in:
parent
3a6be347fd
commit
b9c26fde20
|
@ -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")
|
||||
|
|
Reference in New Issue
Block a user