Remove implicit check

I intended to remove this line in 29ef7ecf23 - see my notes there for details.
This commit is contained in:
Mahmood Ali
2018-12-16 09:13:21 -05:00
parent ee652be312
commit c526ddb068

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