Ontario: Fix failing test.

This commit is contained in:
Chimo 2017-03-12 13:55:38 -04:00 committed by Andreas Schildbach
parent eea03585ea
commit 153c61e47d

View file

@ -38,7 +38,8 @@ public class OntarioProviderLiveTest extends AbstractNavitiaProviderLiveTest {
@Test @Test
public void nearbyStations() throws Exception { 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); print(result);
} }