diff --git a/tests/test_pytest_plugin.py b/tests/test_pytest_plugin.py index 41aea7f..f0192ab 100644 --- a/tests/test_pytest_plugin.py +++ b/tests/test_pytest_plugin.py @@ -125,7 +125,7 @@ def test_another_useless_thing(): """ ) collection_result = pytester.runpytest("--codspeed", "--collect-only") - collection_result.stdout.fnmatch_lines( + collection_result.stdout.fnmatch_lines_random( [ "**", "**",