Skip to content

Commit 7fb70ed

Browse files
asvetlovseifertm
andauthored
Update tests/modes/test_legacy_mode.py
Co-authored-by: Michael Seifert <[email protected]>
1 parent 63b45bf commit 7fb70ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modes/test_legacy_mode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
LEGACY_ASYNCIO_FIXTURE = (
1313
"'@pytest.fixture' is applied to {name} "
1414
"in 'legacy' mode, "
15-
"please replace it with '@pytest_asyncio.pytest_asyncio' as a preparation "
15+
"please replace it with '@pytest_asyncio.fixture' as a preparation "
1616
"for switching to 'strict' mode (or use 'auto' mode to seamlessly handle "
1717
"all these fixtures as asyncio-driven)."
1818
).format(name="*")

0 commit comments

Comments
 (0)