File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/rabbitmq/stream/impl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Client.ClientParameters duplicate() {
102
102
true ,
103
103
Duration .ofMillis (100 ),
104
104
Duration .ofMillis (100 ),
105
- 1 );
105
+ - 1 );
106
106
}
107
107
108
108
@ AfterEach
@@ -171,7 +171,7 @@ void shouldTryUrisOnInitializationFailure() throws Exception {
171
171
true ,
172
172
Duration .ofMillis (100 ),
173
173
Duration .ofMillis (100 ),
174
- 1 );
174
+ - 1 );
175
175
verify (cf , times (3 )).apply (any (Client .ClientParameters .class ));
176
176
}
177
177
@@ -203,7 +203,7 @@ void shouldNotOpenConnectionWhenLazyInitIsEnabled(
203
203
true ,
204
204
Duration .ofMillis (100 ),
205
205
Duration .ofMillis (100 ),
206
- 1 );
206
+ - 1 );
207
207
verify (cf , times (expectedConnectionCreation )).apply (any (Client .ClientParameters .class ));
208
208
}
209
209
You can’t perform that action at this time.
0 commit comments