mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Remove implicit check
I intended to remove this line in 29ef7ecf23 - see my notes there for details.
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user