(t *testing.T, fn func(*cli.Engine, *mocksdk.Interface))
| 29 | ) |
| 30 | |
| 31 | func testClient(t *testing.T, fn func(*cli.Engine, *mocksdk.Interface)) { |
| 32 | testClientWait(t, 1, fn) |
| 33 | } |
| 34 | |
| 35 | func testClientWait(t *testing.T, wait time.Duration, fn func(*cli.Engine, *mocksdk.Interface)) { |
| 36 | os.Unsetenv("CONVOX_HOST") |
no test coverage detected