Skip to content

Commit f1f1862

Browse files
authored
Update testing/test_runner.py
1 parent 1dd5f08 commit f1f1862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def test_foo():
581581
)
582582
result = testdir.runpytest()
583583
result.stdout.fnmatch_lines(["*! *Exit: some exit msg !*"])
584-
# Assert no output on stderr, except for unreliable ResourceWarnings.
584+
# Assert no output on stderr, except for unreliable ResourceWarnings.
585585
# (https://github.com/pytest-dev/pytest/issues/5088)
586586
assert [
587587
x

0 commit comments

Comments
 (0)