Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Pfeiffer committed Nov 7, 2015
1 parent a56d77f commit ad73a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jfastnet/MessageLogTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public NumberMessage(int number) {
public void testMessageLog() throws InterruptedException {
Config config = new Config();
MessageLog messageLog = new MessageLog();
messageLog.receiveFilter = new MessageLog.ReliableMessagesPredicate();
assertThat(messageLog.received.size(), is(0));
messageLog.addReceived(new Message() {
@Override
Expand Down

0 comments on commit ad73a55

Please sign in to comment.