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 69c14d2 commit 3784060Copy full SHA for 3784060
src/test/java/com/rabbitmq/stream/impl/StreamEnvironmentUnitTest.java
@@ -102,7 +102,7 @@ Client.ClientParameters duplicate() {
102
true,
103
Duration.ofMillis(100),
104
105
- 1);
+ -1);
106
}
107
108
@AfterEach
@@ -171,7 +171,7 @@ void shouldTryUrisOnInitializationFailure() throws Exception {
171
172
173
174
175
verify(cf, times(3)).apply(any(Client.ClientParameters.class));
176
177
@@ -203,7 +203,7 @@ void shouldNotOpenConnectionWhenLazyInitIsEnabled(
203
204
205
206
207
verify(cf, times(expectedConnectionCreation)).apply(any(Client.ClientParameters.class));
208
209
0 commit comments