Skip to content

Commit

Permalink
sample_gtfs_feed stops_translated test: fix expected stop_url(_lang) ✅
Browse files Browse the repository at this point in the history
follow-up of 087beb6
  • Loading branch information
derhuerst committed Jul 4, 2024
1 parent 9ecaa07 commit 531352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sample-gtfs-feed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ EOF
)
stops_translated_rows="$(psql --csv -t -c "$stops_translated_query")"
stops_translated_expected=$(cat << EOF
airport,International Airport (ABC),,train station at the Internationl Airport (ABC),,https://example.org#AT,de-AT
airport,International Airport (ABC),,train station at the Internationl Airport (ABC),,https://fta.example.org/stations/airport.html,
airport-1,Gleis 1,de-DE,Platform 1,,,
airport-1-access,,,,,,
airport-2,Platform 2,,Platform 2,,,
Expand Down

0 comments on commit 531352a

Please sign in to comment.