Skip to content

Commit a9c99d8

Browse files
committed
Remove explicit implementation check
1 parent 1cac773 commit a9c99d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/actionwait/wait_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,6 @@ func TestWithBackoffDelay(t *testing.T) {
371371
delay := backoff.FixedDelay(50 * time.Millisecond)
372372
interval := WithBackoffDelay(delay)
373373

374-
// Verify it implements IntervalStrategy
375-
var _ IntervalStrategy = interval
376-
377374
// Test that it wraps the delay correctly
378375
if got := interval.NextPoll(0); got != 0 {
379376
t.Errorf("NextPoll(0) = %v, want 0", got)

0 commit comments

Comments
 (0)