diff --git a/indexer/indexer_tests/visibility_test.cpp b/indexer/indexer_tests/visibility_test.cpp index defc2f2165..d3a4b34fd5 100644 --- a/indexer/indexer_tests/visibility_test.cpp +++ b/indexer/indexer_tests/visibility_test.cpp @@ -43,6 +43,8 @@ public: char const * arr[][2] = { { "highway", "proposed" }, { "highway", "bus_stop" }, + { "highway", "world_level" }, + { "highway", "world_towns_level" } }; for (size_t i = 0; i < ARRAY_SIZE(arr); ++i)