From bd0bc41598a8fa26eb21018af602b988198e752c Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Fri, 26 Jul 2024 18:39:53 -0300 Subject: [PATCH] [search][tests] Updated quality tests. Signed-off-by: Viktor Govako --- search/search_quality/search_quality_tests/real_mwm_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/search_quality/search_quality_tests/real_mwm_tests.cpp b/search/search_quality/search_quality_tests/real_mwm_tests.cpp index f0680ddf0a..c236416615 100644 --- a/search/search_quality/search_quality_tests/real_mwm_tests.cpp +++ b/search/search_quality/search_quality_tests/real_mwm_tests.cpp @@ -1263,8 +1263,8 @@ UNIT_CLASS_TEST(MwmTestsFixture, PostOffice_Viewport) TEST_GREATER(results.size(), kPopularPoiResultsCount, ()); Range allRange(results, true /* all */); - /// @todo office are near the "Poststrasse". Remove after fixing _near the street_ penalty. - EqualClassifType(allRange, GetClassifTypes({{"amenity", "post_office"}, {"office"}})); + /// @todo townhall and office are near the "Poststrasse". Remove after fixing _near the street_ penalty. + EqualClassifType(allRange, GetClassifTypes({{"amenity", "post_office"}, {"amenity", "townhall"}, {"office"}})); } }