Skip to content

Commit 9ed7cbe

Browse files
Use gmock instead of gtest (#1625)
1 parent 767a33f commit 9ed7cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpio_controllers/test/test_load_gpio_command_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <gtest/gtest.h>
15+
#include <gmock/gmock.h>
1616
#include <memory>
1717

1818
#include "controller_manager/controller_manager.hpp"

position_controllers/test/test_load_joint_group_position_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <gtest/gtest.h>
15+
#include <gmock/gmock.h>
1616
#include <memory>
1717

1818
#include "controller_manager/controller_manager.hpp"

0 commit comments

Comments
 (0)