mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 21:58:49 +00:00
Ontario: Fix failing test.
This commit is contained in:
parent
eea03585ea
commit
153c61e47d
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ public class OntarioProviderLiveTest extends AbstractNavitiaProviderLiveTest {
|
|||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception {
|
||||
final NearbyLocationsResult result = queryNearbyStations(new Location(LocationType.STATION, "OAW:SP:CH240"));
|
||||
final NearbyLocationsResult result = queryNearbyStations(
|
||||
new Location(LocationType.STATION, "stop_point:OAW:SP:CH240"));
|
||||
print(result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue