Skip to content

Commit 13cd36b

Browse files
committed
fix test
1 parent 571ab5c commit 13cd36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modes/test_strict_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async def test_anything(any_fixture):
148148
result.assert_outcomes(failed=1, skipped=0, warnings=1)
149149
result.stdout.fnmatch_lines(
150150
[
151-
"*asyncio test requested async fixture not marked asyncio in strict mode*",
151+
"*asyncio test requested async fixture not marked asyncio, in strict mode*",
152152
"*coroutine 'any_fixture' was never awaited*",
153153
],
154154
)

0 commit comments

Comments
 (0)