Skip to content

Commit 03c1e51

Browse files
committed
update test
1 parent 7855fde commit 03c1e51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/acceptance_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,4 +1302,6 @@ def test_stuff():
13021302
"""
13031303
)
13041304
res = testdir.runpytest()
1305-
res.stdout.fnmatch_lines(["*PytestReturnNotNoneWarning: Test function returning*"])
1305+
res.stdout.fnmatch_lines(
1306+
["*PytestReturnNotNoneWarning: Expected None, but the test returned*"]
1307+
)

0 commit comments

Comments
 (0)