Skip to content

Commit

Permalink
Fix a gtest deprecation warning (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe authored and destogl committed May 3, 2022
1 parent 48c4e6c commit 199320e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ INSTANTIATE_TEST_SUITE_P(
std::vector<std::string>({"position", "velocity", "acceleration"}))));

// only effort controller
INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_SUITE_P(
OnlyEffortTrajectoryControllers, TrajectoryControllerTestParameterized,
::testing::Values(
std::make_tuple(
Expand Down

0 comments on commit 199320e

Please sign in to comment.