Skip to content

Commit

Permalink
Use common function name style
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent 4ede68c commit 18e2643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ TEST_F(TrajectoryOperationsTest, test_msg_sorting)
std::make_shared<trajectory_msgs::msg::JointTrajectory>(traj_msg), *logger_, params_));
}

TEST_F(TrajectoryOperationsTest, TestFillPartialGoal)
TEST_F(TrajectoryOperationsTest, test_fill_partial_goal)
{
// Create a trajectory message
auto vector_val = std::vector<double>{1.0, 2.0, 3.0};
Expand Down

0 comments on commit 18e2643

Please sign in to comment.