From 2c3336510d4f109afddff5140550d97ffb094fe2 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Tue, 8 Aug 2017 15:27:32 -0700 Subject: [PATCH] typo --- rclcpp/test/test_time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclcpp/test/test_time.cpp b/rclcpp/test/test_time.cpp index 153569a..fd447ea 100644 --- a/rclcpp/test/test_time.cpp +++ b/rclcpp/test/test_time.cpp @@ -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;