Merge pull request #369 from csukuangfj/fix-test-typo

fix a typo.
This commit is contained in:
Dirk Thomas 2017-09-04 08:22:42 -07:00 committed by GitHub
commit a5f94ac412

View file

@ -19,7 +19,7 @@
#include "rclcpp/rate.hpp"
/*
Basic tests for the Rate and WallRate clases.
Basic tests for the Rate and WallRate classes.
*/
TEST(TestRate, rate_basics) {
auto period = std::chrono::milliseconds(100);