Skip to content

Commit fdd59ff

Browse files
committed
Fix unit test
1 parent 9f92f24 commit fdd59ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/com/rabbitmq/stream/impl/StreamEnvironmentUnitTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void locatorOperationShouldThrowLocatorExceptionWhenRetryExhausts() {
245245
CLIENT_SUPPLIER,
246246
BackOffDelayPolicy.fixed(Duration.ofMillis(10))))
247247
.isInstanceOf(LocatorNotAvailableException.class);
248-
assertThat(counter).hasValue(3);
248+
assertThat(counter).hasValue(5);
249249
}
250250

251251
@Test

0 commit comments

Comments
 (0)