Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-01 12:51:38 +03:00
parent 03fe6da356
commit 9496807a27
7 changed files with 93 additions and 44 deletions

View File

@@ -99,7 +99,9 @@ func TestClient(t *testing.T) {
if err := s.Init(); err != nil {
t.Fatal(err)
}
defer s.Stop()
defer func() {
_ = s.Stop()
}()
type Test struct {
*testHandler