Skip to content

Commit 40a075e

Browse files
committed
Checkstyle (#529)
1 parent fee41bd commit 40a075e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

artio-system-tests/src/test/java/uk/co/real_logic/artio/system_tests/MessageBasedAcceptorSystemTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,8 @@ public void shouldFilterCatchupReplayMessagesWhenRequestingSession() throws IOEx
704704

705705
connection.exchangeTestRequestHeartbeat("ABC");
706706

707-
testSystem.awaitReply(library.requestSession(session.id(), 0, CURRENT_SEQUENCE, DEFAULT_REPLY_TIMEOUT_IN_MS));
707+
testSystem.awaitReply(
708+
library.requestSession(session.id(), 0, CURRENT_SEQUENCE, DEFAULT_REPLY_TIMEOUT_IN_MS));
708709
assertThat(otfAcceptor.messages(), hasSize(2));
709710
}
710711
}

0 commit comments

Comments
 (0)