Skip to content

Commit

Permalink
[CM] Remove obsolete ControllerMock from the tests (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 authored Jan 10, 2025
1 parent b329679 commit a04416d
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 @@ -226,10 +226,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 a04416d

Please sign in to comment.