Skip to content

Commit

Permalink
refactor(CheckMonitoredTripTest.java): Updated incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
br648 committed Oct 16, 2024
1 parent 151005e commit 70358aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ void canMakeOTPRequestAndResolveNoLongerPossibleTrip() throws Exception {
// fetch updated trip from persistence
MonitoredTrip updatedTrip = Persistence.monitoredTrips.getById(mockTrip.id);

// verify that status is active
// verify that trip status is no longer possible
assertEquals(
TripStatus.NO_LONGER_POSSIBLE,
updatedTrip.journeyState.tripStatus,
Expand Down

0 comments on commit 70358aa

Please sign in to comment.