Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Aug 16, 2024
1 parent 09a67d1 commit 03849ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller_manager/test/test_spawner_unspawner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ TEST_F(TestLoadController, unload_on_kill)
ASSERT_EQ(cm_->get_loaded_controllers().size(), 0ul);
}

<<<<<<< HEAD
=======
TEST_F(TestLoadController, spawner_test_fallback_controllers)
{
const std::string test_file_path = ament_index_cpp::get_package_prefix("controller_manager") +
Expand Down Expand Up @@ -360,7 +358,6 @@ TEST_F(TestLoadController, spawner_with_many_controllers)
}
}

>>>>>>> 80c264f (Robustify controller spawner and add integration test with many controllers (#1501))
class TestLoadControllerWithoutRobotDescription
: public ControllerManagerFixture<controller_manager::ControllerManager>
{
Expand Down

0 comments on commit 03849ec

Please sign in to comment.