Skip to content

Commit

Permalink
GH-64 Fix asserting typesupport in test (varies on architectures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel-SI committed Sep 4, 2018
1 parent bf1cae7 commit 9da009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbag2/test/rosbag2/rosbag2_typesupport_helpers_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ TEST(TypesupportHelpersTest, returns_c_type_info_for_valid_library) {
auto string_typesupport = rosbag2::get_typesupport("std_msgs/String");

EXPECT_THAT(std::string(string_typesupport->typesupport_identifier),
StrEq("rosidl_typesupport_cpp"));
ContainsRegex("rosidl_typesupport"));
}

0 comments on commit 9da009e

Please sign in to comment.