diff --git a/routing/routing_tests/online_cross_fetcher_test.cpp b/routing/routing_tests/online_cross_fetcher_test.cpp index 35732eb4be..2dc7725090 100644 --- a/routing/routing_tests/online_cross_fetcher_test.cpp +++ b/routing/routing_tests/online_cross_fetcher_test.cpp @@ -51,7 +51,7 @@ UNIT_TEST(GarbadgeInputToResponseParser) UNIT_TEST(OnlineAbsentFetcherSingleMwmTest) { - OnlineAbsentCountriesFetcher fetcher([](m2::PointD const & p){return "A";}, [](string const &){return nullptr;}); + OnlineAbsentCountriesFetcher fetcher([](m2::PointD const & p){return "A";}, [](string const &){return false;}); fetcher.GenerateRequest({1, 1}, {2, 2}); vector countries; fetcher.GetAbsentCountries(countries);