Skip to content

Commit 2643c62

Browse files
committed
Delete obsolete test code
1 parent b46328a commit 2643c62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-core/src/test/java/org/springframework/core/retry/support/CompositeRetryListenerTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.core.retry.support;
1818

19-
import java.time.Duration;
2019
import java.util.List;
2120

2221
import org.junit.jupiter.api.BeforeEach;
@@ -105,7 +104,6 @@ void onRetryPolicyInterruption() {
105104

106105
@Test
107106
void onRetryPolicyTimeout() {
108-
Duration elapsedTime = Duration.ofMillis(100);
109107
RetryException exception = new RetryException("", new Exception());
110108
compositeRetryListener.onRetryPolicyTimeout(retryPolicy, retryable, exception);
111109

0 commit comments

Comments
 (0)