Skip to content

Commit 5dcf3c4

Browse files
committed
Fix the unittest
1 parent ba281b0 commit 5dcf3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_failure_stats(self):
234234
returncode, stdout, stderr = self._run_reframe()
235235

236236
assert r'FAILURE STATISTICS' in stdout
237-
assert r'sanity 1 [SanityFailureCheck' in stdout
237+
assert r'sanity 1 [SanityFailureCheck' in stdout
238238
assert 'Traceback' not in stdout
239239
assert 'Traceback' not in stderr
240240
assert returncode != 0

0 commit comments

Comments
 (0)