Remove implicit check

I intended to remove this line in 29ef7ecf2372f980d12a9900e1b2a351568dd415 - see my notes there for details.
This commit is contained in:
Mahmood Ali 2018-12-16 09:13:21 -05:00
parent 56dfdd0874
commit 2d2c562e18
1 changed files with 0 additions and 1 deletions

View File

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