Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Oct 13, 2023
1 parent 6dbd656 commit 80c9769
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public static void setUp() throws Exception {
*/
@Test
void stopTimesForStop_zeroRequestedNumberOfDeparture() {
// Case 1, should find first departure for each pattern
var result = StopTimesHelper.stopTimesForStop(
transitService,
transitService.getRegularStop(stopId),
Expand All @@ -65,7 +64,6 @@ void stopTimesForStop_zeroRequestedNumberOfDeparture() {
*/
@Test
void stopTimesForStop_oneDeparture() {
// Case 1, should find first departure for each pattern
var result = StopTimesHelper.stopTimesForStop(
transitService,
transitService.getRegularStop(stopId),
Expand Down

0 comments on commit 80c9769

Please sign in to comment.