Skip to content

Commit

Permalink
Remove duplicate assertions (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffrey Biggs <gbiggs@killbots.net>
  • Loading branch information
gbiggs authored Sep 4, 2020
1 parent a41e97a commit 99c968c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_rmw_implementation/test/test_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ TEST_F(CLASSNAME(TestPublisher, RMW_IMPLEMENTATION), get_actual_qos_from_system_
EXPECT_NE(rmw_qos_profile_unknown.durability, qos_profile.durability);
EXPECT_NE(rmw_qos_profile_system_default.liveliness, qos_profile.liveliness);
EXPECT_NE(rmw_qos_profile_unknown.liveliness, qos_profile.liveliness);
EXPECT_NE(rmw_qos_profile_system_default.liveliness, qos_profile.liveliness);
EXPECT_NE(rmw_qos_profile_unknown.liveliness, qos_profile.liveliness);
ret = rmw_destroy_publisher(node, pub);
EXPECT_EQ(RMW_RET_OK, ret) << rmw_get_error_string().str;
}
Expand Down

0 comments on commit 99c968c

Please sign in to comment.