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() {
102102 true ,
103103 Duration .ofMillis (100 ),
104104 Duration .ofMillis (100 ),
105- 1 );
105+ - 1 );
106106 }
107107
108108 @ AfterEach
@@ -171,7 +171,7 @@ void shouldTryUrisOnInitializationFailure() throws Exception {
171171 true ,
172172 Duration .ofMillis (100 ),
173173 Duration .ofMillis (100 ),
174- 1 );
174+ - 1 );
175175 verify (cf , times (3 )).apply (any (Client .ClientParameters .class ));
176176 }
177177
@@ -203,7 +203,7 @@ void shouldNotOpenConnectionWhenLazyInitIsEnabled(
203203 true ,
204204 Duration .ofMillis (100 ),
205205 Duration .ofMillis (100 ),
206- 1 );
206+ - 1 );
207207 verify (cf , times (expectedConnectionCreation )).apply (any (Client .ClientParameters .class ));
208208 }
209209
You can’t perform that action at this time.
0 commit comments