Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Jan 19, 2025
1 parent e417a66 commit 4bfec48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEST(PlanningModuleInterfaceTest, NodeTestWithExceptionRoute)

auto test_manager = generateTestManager();
auto test_target_node = generateNode(
{"lane_chanfge"},
{"lane_change"},
{"autoware::behavior_path_planner::ExternalRequestLaneChangeRightModuleManager",
"autoware::behavior_path_planner::ExternalRequestLaneChangeLeftModuleManager"});
publishMandatoryTopics(test_manager, test_target_node);
Expand All @@ -51,7 +51,7 @@ TEST(PlanningModuleInterfaceTest, NodeTestWithOffTrackEgoPose)

auto test_manager = generateTestManager();
auto test_target_node = generateNode(
{"lane_chanfge"},
{"lane_change"},
{"autoware::behavior_path_planner::ExternalRequestLaneChangeRightModuleManager",
"autoware::behavior_path_planner::ExternalRequestLaneChangeLeftModuleManager"});
publishMandatoryTopics(test_manager, test_target_node);
Expand Down

0 comments on commit 4bfec48

Please sign in to comment.