[tests] Reduced capitals count to 215.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2023-03-01 12:06:29 -03:00
parent 56ce38858b
commit b623318633

View file

@ -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, ());
}