Skip to content

Commit

Permalink
fix echopool startup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Apr 1, 2024
1 parent 0a972f2 commit 94d1373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def start(

if verbose:
cmd.append("-v")
cmd.append("-v")

path = tmp_path / f"{request.function.__name__}.txt"
cmd.extend(["--server-file", path])
Expand Down

0 comments on commit 94d1373

Please sign in to comment.