diff --git a/map/mwm_tests/world_map_test.cpp b/map/mwm_tests/world_map_test.cpp index 575b1874ba..3139e857d1 100644 --- a/map/mwm_tests/world_map_test.cpp +++ b/map/mwm_tests/world_map_test.cpp @@ -47,5 +47,5 @@ UNIT_TEST(World_Capitals) } // Got 225 values from the first launch. May vary slightly .. - TEST_GREATER_OR_EQUAL(capitalsCount, 220, ()); + TEST_GREATER_OR_EQUAL(capitalsCount, 215, ()); }