mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
Augsburg: Fix some tests.
This commit is contained in:
parent
13182d2fb7
commit
5704ebc42c
1 changed files with 2 additions and 2 deletions
|
@ -80,11 +80,11 @@ public class AvvProviderLiveTest extends AbstractProviderLiveTest
|
|||
{
|
||||
final SuggestLocationsResult result1 = suggestLocations("Barfüßerbrücke");
|
||||
print(result1);
|
||||
assertThat(result1.getLocations(), hasItem(new Location(LocationType.STATION, "131")));
|
||||
assertThat(result1.getLocations(), hasItem(new Location(LocationType.STATION, "2000131")));
|
||||
|
||||
final SuggestLocationsResult result2 = suggestLocations("Gärtnerstraße");
|
||||
print(result2);
|
||||
assertThat(result2.getLocations(), hasItem(new Location(LocationType.STATION, "557")));
|
||||
assertThat(result2.getLocations(), hasItem(new Location(LocationType.STATION, "2000557")));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue