This commit is contained in:
Mikael Arguedas 2017-08-08 15:27:32 -07:00 committed by GitHub
parent def973e3dd
commit 2c3336510d

View file

@ -51,7 +51,7 @@ TEST(TestTime, time_sources) {
EXPECT_NE(0u, default_now.nanosec);
}
TEST(TestTime, convertions) {
TEST(TestTime, conversions) {
rclcpp::Time now = rclcpp::Time::now();
builtin_interfaces::msg::Time now_msg = now;