Skip to content

Commit 161f91b

Browse files
authored
Additional Fixes to RabbitBinderTests.java
Signed-off-by: Oleg Zhurakousky <[email protected]>
1 parent 4d60695 commit 161f91b

File tree

1 file changed

+1
-1
lines changed
  • binders/rabbit-binder/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit

1 file changed

+1
-1
lines changed

binders/rabbit-binder/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@ private SimpleMessageListenerContainer verifyContainer(Lifecycle endpoint) {
25742574
retry = TestUtils.getPropertyValue(endpoint, "retryTemplate",
25752575
RetryTemplate.class);
25762576
assertThat(TestUtils.getPropertyValue(retry, "retryPolicy.backOff.maxAttempts"))
2577-
.isEqualTo(23L);
2577+
.isEqualTo(22L);
25782578
assertThat(TestUtils.getPropertyValue(retry, "retryPolicy.backOff.initialInterval"))
25792579
.isEqualTo(2000L);
25802580
assertThat(TestUtils.getPropertyValue(retry, "retryPolicy.backOff.maxInterval"))

0 commit comments

Comments
 (0)