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:
authorKhlopkova Olga <o.khlopkova@corp.mail.ru>2021-02-05 17:52:57 +0300
committerKhlopkova Olga <o.khlopkova@corp.mail.ru>2021-02-05 17:52:57 +0300
commita9f997d1c7e2fc4d912b1863592506962512be50 (patch)
tree7670c424c86f7f22bc9d41409e5e7ee6ad459e15
parent327f414740c584f1519f86cc3deb8dc6127a6736 (diff)
-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");