Bump spotless to 2.35 and Eclipse Java Formatter to 4.26 (#14645)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -77,7 +77,7 @@ public class TestMeterReading {
|
||||
try {
|
||||
verify(changeListener, after(
|
||||
period.toMillis() + 2 * period.toMillis() * ConnectorBase.NUMBER_OF_RETRIES + period.toMillis() / 2)
|
||||
.times(1)).errorOccurred(any());
|
||||
.times(1)).errorOccurred(any());
|
||||
verify(connector, times(ConnectorBase.NUMBER_OF_RETRIES)).retryHook(ArgumentMatchers.anyInt());
|
||||
} finally {
|
||||
disposable.dispose();
|
||||
|
||||
Reference in New Issue
Block a user