From 65e83947ab1b70903b32e160c27b5c79ccd368e4 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Sun, 28 Nov 2021 10:49:15 +0300 Subject: [PATCH] [tests] Fixed countries test. Signed-off-by: Viktor Govako --- map/map_tests/countries_names_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/map_tests/countries_names_tests.cpp b/map/map_tests/countries_names_tests.cpp index e881630626..0bf414d69e 100644 --- a/map/map_tests/countries_names_tests.cpp +++ b/map/map_tests/countries_names_tests.cpp @@ -50,7 +50,7 @@ UNIT_TEST(CountriesNamesTest) "Transnistria", "Nagorno-Karabakh Republic", "Republic of Artsakh", - "Bir Tawil" /// @todo https://www.openstreetmap.org/node/2542289902 + "Republic of Pandora", /// @todo https://www.openstreetmap.org/way/495525351 }; auto const features = cache.Get(mwmContext);