Skip to content

Commit fde4826

Browse files
committed
fixes format
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent eaaa5e8 commit fde4826

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rsocket-core/src/test/java/io/rsocket/internal/UnboundedProcessorTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package io.rsocket.internal;
1818

19-
import java.time.Duration;
19+
import static org.assertj.core.api.Assertions.assertThat;
2020

2121
import io.netty.buffer.ByteBuf;
2222
import io.netty.buffer.ByteBufAllocator;
@@ -25,6 +25,7 @@
2525
import io.netty.util.ReferenceCountUtil;
2626
import io.rsocket.buffer.LeaksTrackingByteBufAllocator;
2727
import io.rsocket.internal.subscriber.AssertSubscriber;
28+
import java.time.Duration;
2829
import org.junit.jupiter.api.AfterAll;
2930
import org.junit.jupiter.api.BeforeAll;
3031
import org.junit.jupiter.api.Disabled;
@@ -36,8 +37,6 @@
3637
import reactor.test.StepVerifier;
3738
import reactor.test.util.RaceTestUtils;
3839

39-
import static org.assertj.core.api.Assertions.assertThat;
40-
4140
public class UnboundedProcessorTest {
4241

4342
@BeforeAll

0 commit comments

Comments
 (0)