Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/just_gtfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests.cpp b/tests/unit_tests.cpp
index 8e738b5..00e2af8 100644
--- a/tests/unit_tests.cpp
+++ b/tests/unit_tests.cpp
@@ -395,7 +395,7 @@ TEST_CASE("Stops")
CHECK_EQ(stops[0].stop_id, "FUR_CREEK_RES");
CHECK(stops[0].stop_desc.empty());
CHECK_EQ(stops[0].stop_name, "Furnace Creek Resort (Demo)");
- CHECK_EQ(stops[0].location_type, StopLocationType::GenericNode);
+ CHECK_EQ(stops[0].location_type, StopLocationType::StopOrPlatform);
CHECK(stops[0].zone_id.empty());
auto const & stop = feed.get_stop("FUR_CREEK_RES");