Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheukting committed May 13, 2022
1 parent 7855fde commit 03c1e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/acceptance_test.py
Expand Up @@ -1302,4 +1302,6 @@ def test_stuff():
"""
)
res = testdir.runpytest()
res.stdout.fnmatch_lines(["*PytestReturnNotNoneWarning: Test function returning*"])
res.stdout.fnmatch_lines(
["*PytestReturnNotNoneWarning: Expected None, but the test returned*"]
)

0 comments on commit 03c1e51

Please sign in to comment.