We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92f24 commit fdd59ffCopy full SHA for fdd59ff
src/test/java/com/rabbitmq/stream/impl/StreamEnvironmentUnitTest.java
@@ -245,7 +245,7 @@ void locatorOperationShouldThrowLocatorExceptionWhenRetryExhausts() {
245
CLIENT_SUPPLIER,
246
BackOffDelayPolicy.fixed(Duration.ofMillis(10))))
247
.isInstanceOf(LocatorNotAvailableException.class);
248
- assertThat(counter).hasValue(3);
+ assertThat(counter).hasValue(5);
249
}
250
251
@Test
0 commit comments