We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6be34 commit b9c26fdCopy full SHA for b9c26fd
src/tests/test_sqlthread.py
@@ -545,4 +545,4 @@ def test_upgrade_to_latest(self):
545
res = self.get_table_schema("objectprocessorqueue")
546
check = [['objecttype', 'int'],
547
['data', 'blob']]
548
- self.assertEqual(res, check, "objectprocessorqueue table not valid")
+ self.assertEqual(res, check, "objectprocessorqueue table not valid")
0 commit comments