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 709b891 commit 5e19472Copy full SHA for 5e19472
test/db_test_base.py
@@ -2899,7 +2899,7 @@ def testImportExport(self):
2899
self.db.setid(cn, str(maxid+1))
2900
klass.import_journals(journals[cn])
2901
2902
- if self.db.dbtype != 'anydbm':
+ if self.db.dbtype not in ['anydbm', 'memorydb']:
2903
# no logs or fixup needed under anydbm
2904
self.assertEqual(2, len(self._caplog.record_tuples))
2905
self.assertIn('Attempting to handle import exception for id 7:',
0 commit comments