Skip to content

Commit

Permalink
ros2GH-17 Fix renaming after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel-SI committed Nov 26, 2018
1 parent 4e5b51a commit f0eb3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2_tests/test/rosbag2_tests/test_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ TEST_F(ConverterTestFixture, cdr_converter_plugin_can_serialize_and_deserialize_
*static_cast<test_msgs::msg::DynamicArrayNested *>(final_roundtrip_ros_message->message),
Eq(*static_cast<test_msgs::msg::DynamicArrayNested *>(initial_ros_message->message)));
EXPECT_THAT(final_roundtrip_ros_message->topic_name, StrEq(initial_ros_message->topic_name));
EXPECT_THAT(final_roundtrip_ros_message->timestamp, Eq(initial_ros_message->timestamp));
EXPECT_THAT(final_roundtrip_ros_message->time_stamp, Eq(initial_ros_message->time_stamp));
}

0 comments on commit f0eb3ab

Please sign in to comment.