Skip to content

Commit

Permalink
Update CarmaCloudMessageAmbassadorTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored May 2, 2024
1 parent 1ab87e3 commit a3690a3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,9 @@ public void testInitialize() throws InternalFederateException, IllegalValueExcep
@Test
public void testProcessInteraction() throws InternalFederateException {
Interaction interactionMock = mock(Interaction.class);
when(interactionMock.getTime()).thenReturn(13L);
when(interactionMock.getTypeId()).thenReturn("testProcessInteraction");
ambassador.processInteraction(interactionMock);
verify(interactionMock).getTypeId();
verify(interactionMock).getTime();
}

@Test
Expand Down

0 comments on commit a3690a3

Please sign in to comment.