From b6233186330af9e02a342e7523a5aad9bb15315d Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Wed, 1 Mar 2023 12:06:29 -0300 Subject: [PATCH] [tests] Reduced capitals count to 215. Signed-off-by: Viktor Govako --- map/mwm_tests/world_map_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ()); }