Skip to content

Commit 0aa8374

Browse files
committed
Fix formatting
1 parent c653f56 commit 0aa8374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/opentripplanner/updater/trip/TimetableSnapshotSourceTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1198,11 +1198,11 @@ static List<Arguments> addedRemovalTestCase() {
11981198
* Test behavior of the realtime system in a case related to #5725 that is discussed at:
11991199
* https://github.com/opentripplanner/OpenTripPlanner/pull/5726#discussion_r1521653840
12001200
* When a trip is added by a realtime message, in the realtime data indexes a corresponding
1201-
* trip pattern should be associated with the stops that trip visits. When a subsequent
1201+
* trip pattern should be associated with the stops that trip visits. When a subsequent
12021202
* realtime message cancels or deletes that trip, the pattern should continue to be present in
12031203
* the realtime data indexes, and it should still contain the previously added trip, but that
12041204
* trip should be marked as having canceled or deleted status. At no point should the trip
1205-
* added by realtime data be present in the trip pattern for scheduled service.
1205+
* added by realtime data be present in the trip pattern for scheduled service.
12061206
*/
12071207
@ParameterizedTest
12081208
@MethodSource("addedRemovalTestCase")

0 commit comments

Comments
 (0)