Skip to content

Commit 48f4e18

Browse files
fix deselect tests to match reason removal
1 parent ac215e9 commit 48f4e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def test_three():
384384
result = testdir.runpytest("-k", "test_two:", testpath)
385385
result.stdout.fnmatch_lines([
386386
"*test_deselected.py ..",
387-
"=* 1 test*deselected by*test_two:*=",
387+
"=* 1 test*deselected *=",
388388
])
389389
assert result.ret == 0
390390

0 commit comments

Comments
 (0)