fix:lint error?

pull/2039/head
william 2 years ago
parent edd83fd1c2
commit 56a9538c56
  1. 6
      transport/http/client_test.go

@ -341,8 +341,10 @@ func TestWithSelectorInvoked(t *testing.T) {
t.Error(err)
}
client.Do(req)
_, err = client.Do(req)
if err != nil {
t.Log(err)
}
// check if myselector invoked
if !myselector.invoked {
t.Errorf("myselector didn't invoked")

Loading…
Cancel
Save