Skip to content

Commit

Permalink
Update ItineraryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Jan 7, 2024
1 parent 50814d1 commit fcf625c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public void testNextExpectedEvent() {
SampleLocations.SHANGHAI);
assertTrue(itinerary.isExpected(receiveEvent));


HandlingEvent unexpectedEvent = new HandlingEvent(
cargo,
LocalDateTime.now(),
Expand All @@ -210,7 +209,6 @@ public void testNextExpectedEvent() {
HandlingEvent.Type.CLAIM,
SampleLocations.GOTHENBURG);
assertTrue(itinerary.isExpected(claimEvent));

}

@Test
Expand Down

0 comments on commit fcf625c

Please sign in to comment.