diff --git a/router_test.go b/router_test.go index 4df1715..62ce6f0 100755 --- a/router_test.go +++ b/router_test.go @@ -74,7 +74,7 @@ func TestRouterServer(t *testing.T) { } // wait for completion - _ = <-quitChan + <-quitChan listener.Close() } @@ -96,7 +96,7 @@ func TestRouterServerHandler(t *testing.T) { } // wait for completion - _ = <-testHandler.CloseChannel + <-testHandler.CloseChannel listener.Close() }