From b5833e3e01059f5e177656038bf39a6dc45fb1a0 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Tue, 14 Jun 2022 17:59:44 -0400 Subject: [PATCH] fix line --- internal/p2p/router_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/p2p/router_test.go b/internal/p2p/router_test.go index ea4eb74db..57f2e21dd 100644 --- a/internal/p2p/router_test.go +++ b/internal/p2p/router_test.go @@ -478,6 +478,7 @@ func TestRouter_AcceptPeers_ErrorEOF(t *testing.T) { mockTransport.AssertExpectations(t) } + func TestRouter_AcceptPeers_ErrorCanceled(t *testing.T) { t.Cleanup(leaktest.Check(t))