From c526ddb0683dfadddac0eaa9727ea774ccba1cc2 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Sun, 16 Dec 2018 09:13:21 -0500 Subject: [PATCH] Remove implicit check I intended to remove this line in 29ef7ecf2372f980d12a9900e1b2a351568dd415 - see my notes there for details. --- client/testing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/testing.go b/client/testing.go index 59a92ee70..4a9ac8096 100644 --- a/client/testing.go +++ b/client/testing.go @@ -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") } }