(t *testing.T)
| 44 | } |
| 45 | |
| 46 | func TestRetryFixedInterval(t *testing.T) { |
| 47 | testRetry(t, func(r *Request) { |
| 48 | r.SetRetryFixedInterval(1 * time.Millisecond) |
| 49 | }) |
| 50 | } |
| 51 | |
| 52 | func TestAddRetryHook(t *testing.T) { |
| 53 | test := "test1" |
nothing calls this directly
no test coverage detected
searching dependent graphs…