Skip to content

Commit

Permalink
Checkstyle (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Jan 14, 2025
1 parent fee41bd commit 40a075e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,8 @@ public void shouldFilterCatchupReplayMessagesWhenRequestingSession() throws IOEx

connection.exchangeTestRequestHeartbeat("ABC");

testSystem.awaitReply(library.requestSession(session.id(), 0, CURRENT_SEQUENCE, DEFAULT_REPLY_TIMEOUT_IN_MS));
testSystem.awaitReply(
library.requestSession(session.id(), 0, CURRENT_SEQUENCE, DEFAULT_REPLY_TIMEOUT_IN_MS));
assertThat(otfAcceptor.messages(), hasSize(2));
}
}
Expand Down

0 comments on commit 40a075e

Please sign in to comment.