Skip to content
Snippets Groups Projects
Commit 6e6d5068 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 7a49769b
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20492 skipped
......@@ -116,8 +116,10 @@ TEST_F(MotionProviderTest, install)
TEST_F(MotionProviderTest, duplicated_order)
{
//try to install a processor with the same order --> throw
ASSERT_THROW(problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}), std::runtime_error);
// try to install a processor with the same order --> throw
ASSERT_THROW(
problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}),
std::runtime_error);
}
TEST_F(MotionProviderTest, odometry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment