diff --git a/routing/routing_integration_tests/road_graph_tests.cpp b/routing/routing_integration_tests/road_graph_tests.cpp index 1d2ff601e6..b3e6cb8243 100644 --- a/routing/routing_integration_tests/road_graph_tests.cpp +++ b/routing/routing_integration_tests/road_graph_tests.cpp @@ -34,10 +34,7 @@ UNIT_TEST(FakeEdgesCombinatorialExplosion) FrozenDataSource dataSource; for (auto const & file : localFiles) - { - auto const result = dataSource.Register(file); - TEST_EQUAL(result.second, MwmSet::RegResult::Success, ()); - } + dataSource.Register(file); FeaturesRoadGraph graph(dataSource, IRoadGraph::Mode::ObeyOnewayTag, make_shared(CountryParentNameGetterFn()));