Remove implicit check
I intended to remove this line in 29ef7ecf2372f980d12a9900e1b2a351568dd415 - see my notes there for details.
This commit is contained in:
parent
56dfdd0874
commit
2d2c562e18
|
@ -69,7 +69,6 @@ func TestClient(t testing.T, cb func(c *config.Config)) (*Client, func() error)
|
|||
case e := <-ch:
|
||||
return e
|
||||
case <-time.After(1 * time.Minute):
|
||||
t.Errorf("timed out cleaning up test client")
|
||||
return fmt.Errorf("timed out while shutting down client")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue