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
committerTatiana Yan <tatiana.kondakova@gmail.com>2021-02-05 17:57:22 +0300
commit646bb13f39055cef4d3ac990d12cb4022d7276ae (patch)
tree7670c424c86f7f22bc9d41409e5e7ee6ad459e15
parentb07393991aafd89110f67e8f39ab58f0f46b5a3e (diff)
Fixed unit-test
-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");