Skip to content

Commit

Permalink
Fix unit test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Oct 19, 2023
1 parent 3b3780d commit e8d9928
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ public void shouldReplaceWithFixedDelay() {
assertNull(rpb.config.delayMax);
}

public void shouldDeplaceWithBackoffDelay() {
public void shouldReplaceWithBackoffDelay() {
// Replace fixed with backoff delay
RetryPolicyBuilder<Object> rpb = RetryPolicy.builder()
.withDelay(Duration.ofMillis(5))
Expand Down

0 comments on commit e8d9928

Please sign in to comment.