Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b12b89f

Browse files
committed
tests: minor fixes for "checkdb" module
1 parent 57da2e5 commit b12b89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/checkdb.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,12 @@ def test_checkdb_block_validation_sanity(self):
434434
repr(e.message), self.cmd))
435435

436436
self.assertIn(
437-
"WARNING: CORRUPTION in file {0}, block 1".format(
437+
'WARNING: Corruption detected in file "{0}", block 1'.format(
438438
os.path.normpath(heap_full_path)),
439439
e.message)
440440

441441
self.assertIn(
442-
"WARNING: CORRUPTION in file {0}, block 5".format(
442+
'WARNING: Corruption detected in file "{0}", block 5'.format(
443443
os.path.normpath(heap_full_path)),
444444
e.message)
445445

0 commit comments

Comments
 (0)