fixed build warnings

This commit is contained in:
Martin Riedl 2021-03-18 19:02:42 +01:00
parent 01030a52ba
commit cdee276905
Signed by: martinr92
GPG key ID: FB68DA65516A804C

View file

@ -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()
}