We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796766f commit bc3c159Copy full SHA for bc3c159
1 file changed
test/cli/other_test.py
@@ -1077,7 +1077,7 @@ def test_markup_j(tmpdir):
1077
file_num = 1
1078
lines = []
1079
for line in stdout.splitlines():
1080
- if re.match('{}/4' files checked [0-9]+% done'.format(file_num), line):
+ if re.match('{}/4 files checked [0-9]+% done'.format(file_num), line):
1081
file_num += 1
1082
else:
1083
lines.append(line)
0 commit comments