Skip to content

Commit 9ec09ea

Browse files
committed
fix: fix xdist test output assertion
1 parent a746675 commit 9ec09ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@ def test_my_stuff(benchmark, i):
345345
with codspeed_env():
346346
result = pytester.runpytest("--codspeed", "-n", "128")
347347
assert result.ret == 0, "the run should have succeeded"
348-
assert result.stdout.fnmatch_lines(["*256 passed*"])
348+
result.stdout.fnmatch_lines(["*256 passed*"])

0 commit comments

Comments
 (0)