Skip to content

Commit

Permalink
[CM] Remove obsolete ControllerMock from the tests (#1990) (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 10, 2025
1 parent 12caecb commit a9674aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions controller_manager/test/controller_manager_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,4 @@ class ControllerManagerRunner
ControllerManagerFixture<CtrlMgr> * cmf_;
};

class ControllerMock : public controller_interface::ControllerInterface
{
public:
MOCK_METHOD0(update, controller_interface::return_type(void));
};

#endif // CONTROLLER_MANAGER_TEST_COMMON_HPP_

0 comments on commit a9674aa

Please sign in to comment.