diff --git a/p2p/conn/connection_test.go b/p2p/conn/connection_test.go index 863642113..23b7078e8 100644 --- a/p2p/conn/connection_test.go +++ b/p2p/conn/connection_test.go @@ -339,8 +339,6 @@ func TestMConnectionTrySend(t *testing.T) { go func() { mconn.TrySend(0x01, msg) resultCh <- "TrySend" - }() - go func() { mconn.Send(0x01, msg) resultCh <- "Send" }()