We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac773 commit a9c99d8Copy full SHA for a9c99d8
internal/actionwait/wait_test.go
@@ -371,9 +371,6 @@ func TestWithBackoffDelay(t *testing.T) {
371
delay := backoff.FixedDelay(50 * time.Millisecond)
372
interval := WithBackoffDelay(delay)
373
374
- // Verify it implements IntervalStrategy
375
- var _ IntervalStrategy = interval
376
-
377
// Test that it wraps the delay correctly
378
if got := interval.NextPoll(0); got != 0 {
379
t.Errorf("NextPoll(0) = %v, want 0", got)
0 commit comments