Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorrent committed Jun 13, 2024
1 parent d3593eb commit 19004cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_p2p_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def test_startup_error_message():
initial_peers=[f"/ip4/127.0.0.1/tcp/{get_free_port()}/p2p/QmdaK4LUeQaKhqSFPRu9N7MvXUEWDxWwtCvPrS444tCgd1"]
)

with pytest.raises(P2PDaemonError, match=r"Daemon failed to start in .+ seconds"):
with pytest.raises(P2PDaemonError, match=r"Daemon failed to start in .+ seconds"):
await P2P.create(startup_timeout=0.01) # Test that startup_timeout works


Expand Down

0 comments on commit 19004cc

Please sign in to comment.