Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb12b89f

Browse files
committed
tests: minor fixes for "checkdb" module
1 parent57da2e5 commitb12b89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/checkdb.py‎

Lines changed: 2 additions & 2 deletions
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:CORRUPTIONin file {0}, block 1".format(
437+
'WARNING:Corruption detectedin file"{0}", block 1'.format(
438438
os.path.normpath(heap_full_path)),
439439
e.message)
440440

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp