diff --git a/rclcpp/test/test_rate.cpp b/rclcpp/test/test_rate.cpp index af68f2a..8b421e8 100644 --- a/rclcpp/test/test_rate.cpp +++ b/rclcpp/test/test_rate.cpp @@ -19,7 +19,7 @@ #include "rclcpp/rate.hpp" /* - Tests that funcion_traits calculates arity of several functors. + Basic tests for the Rate and WallRate clases. */ TEST(TestRate, rate_basics) { auto period = std::chrono::milliseconds(100);