Skip to content

Commit

Permalink
Remove duplicated call to rclcpp::shutdown in test (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel215 authored Jul 18, 2024
1 parent f7b1af1 commit 990bfb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ int main(int argc, char ** argv)
rclcpp::init(argc, argv);
int result = RUN_ALL_TESTS();
rclcpp::shutdown();
rclcpp::shutdown();
return result;
}

0 comments on commit 990bfb6

Please sign in to comment.