mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
TlemProviderLiveTest: Fix unintended octal longitude.
This commit is contained in:
parent
558a90e5eb
commit
39dba0d976
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class TlemProviderLiveTest extends AbstractProviderLiveTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void nearbyStationsByCoordinate() throws Exception {
|
public void nearbyStationsByCoordinate() throws Exception {
|
||||||
final NearbyLocationsResult result = queryNearbyStations(Location.coord(51507161, -0127144));
|
final NearbyLocationsResult result = queryNearbyStations(Location.coord(51507161, -127144));
|
||||||
print(result);
|
print(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue