diff --git a/pkg/preconfirmation/preconfirmation_test.go b/pkg/preconfirmation/preconfirmation_test.go index 6206506d..e9c57223 100644 --- a/pkg/preconfirmation/preconfirmation_test.go +++ b/pkg/preconfirmation/preconfirmation_test.go @@ -73,9 +73,6 @@ func TestPreconfBidSubmission(t *testing.T) { svc := p2ptest.New( &client, - p2ptest.WithConnectFunc(func(addr []byte) (p2p.Peer, error) { - return client, nil - }), ) topo := &testTopo{}