diff --git a/include/server/api/route_parameters_grammar.hpp b/include/server/api/route_parameters_grammar.hpp index 94c7faa2f..3ad51d73f 100644 --- a/include/server/api/route_parameters_grammar.hpp +++ b/include/server/api/route_parameters_grammar.hpp @@ -59,10 +59,10 @@ struct RouteParametersGrammar : public BaseParametersGrammargeometries); BOOST_CHECK_EQUAL(reference_speed.overview, result_speed->overview); - BOOST_CHECK_EQUAL(result_speed->annotations_type == (RouteParameters::AnnotationsType::Duration | - RouteParameters::AnnotationsType::Distance | - RouteParameters::AnnotationsType::Speed), + BOOST_CHECK_EQUAL(result_speed->annotations_type == + (RouteParameters::AnnotationsType::Duration | + RouteParameters::AnnotationsType::Distance | + RouteParameters::AnnotationsType::Speed), true); BOOST_CHECK_EQUAL(result_speed->annotations, true);