Disables formatting for builder.

This commit is contained in:
Spencer Gibb
2019-03-11 22:24:37 -04:00
parent 77628d2460
commit ff55ce1bb3

View File

@@ -68,11 +68,13 @@ public class GatewayRSocketIntegrationTests {
@Test
public void contextLoads() {
// @formatter:off
StepVerifier.create(ping.getPongFlux())
.expectSubscription()
.then(() -> server.stop())
.thenConsumeWhile(s -> true)
.verifyComplete();
// @formatter:on
assertThat(ping.getPongsReceived()).isGreaterThan(0);
assertThat(pong.getPingsReceived()).isGreaterThan(0);