fixed build warnings
This commit is contained in:
parent
01030a52ba
commit
cdee276905
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue