Skip to content

Commit c3148d1

Browse files
authored
Merge pull request #1842 from Stranger6667/doc-fix
Fix documentation
2 parents b0ede04 + 3fbf2e7 commit c3148d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/writing_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ can use like this::
293293
pass
294294
""")
295295
result = testdir.runpytest("--verbose")
296-
result.fnmatch_lines("""
296+
result.stdout.fnmatch_lines("""
297297
test_example*
298298
""")
299299

0 commit comments

Comments
 (0)