Skip to content

Commit

Permalink
[Java] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Mar 2, 2017
1 parent 8001590 commit b889f02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ public void shouldBeAbleToAddThenRemoveTheAddIpcPublicationWithExistingSubscript
inOrder.verify(mockClientProxy).onPublicationReady(eq(idPubTwo), eq(STREAM_ID_1), anyInt(), any(), anyInt());
inOrder.verify(mockClientProxy).onAvailableImage(
eq(ipcPublicationTwo.correlationId()), eq(STREAM_ID_1), eq(ipcPublicationTwo.sessionId()),
eq(ipcPublicationTwo.rawLog().fileName()), any(), anyString()); }
eq(ipcPublicationTwo.rawLog().fileName()), any(), anyString());
}

@Test
public void shouldBeAbleToAddSubscriptionThenIpcPublication() throws Exception
Expand Down

0 comments on commit b889f02

Please sign in to comment.