Skip to content

Commit 19d8f83

Browse files
Update network/p2p/p2ptest/client.go
Co-authored-by: Stephen Buttolph <stephen@avalabs.org> Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
1 parent e7648e5 commit 19d8f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/p2p/p2ptest/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
// communicate with a server with the specified handler
2424
func NewClient(
2525
t *testing.T,
26-
rootCtx context.Context,
26+
ctx context.Context,
2727
handler p2p.Handler,
2828
clientNodeID ids.NodeID,
2929
serverNodeID ids.NodeID,

0 commit comments

Comments
 (0)