Skip to content

Commit

Permalink
chore(SpeedTripValidatorTest): remove mass import
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Nov 27, 2024
1 parent d3c1520 commit 192fcf6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
import static com.conveyal.gtfs.GTFS.load;
import static com.conveyal.gtfs.GTFS.validate;
import static com.conveyal.gtfs.TestUtils.assertThatSqlCountQueryYieldsExpectedCount;
import static com.conveyal.gtfs.error.NewGTFSErrorType.*;
import static com.conveyal.gtfs.error.NewGTFSErrorType.TRAVEL_TOO_FAST;
import static com.conveyal.gtfs.error.NewGTFSErrorType.TRAVEL_TOO_SLOW;
import static com.conveyal.gtfs.error.NewGTFSErrorType.REPEATED_ARRIVAL_TIME;

/**
* Distances recorded against each unit test have been produced using the lat/lon values from
Expand Down

0 comments on commit 192fcf6

Please sign in to comment.