Skip to content

Commit 99c968c

Browse files
authored
Remove duplicate assertions (#121)
Signed-off-by: Geoffrey Biggs <[email protected]>
1 parent a41e97a commit 99c968c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_rmw_implementation/test/test_publisher.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ TEST_F(CLASSNAME(TestPublisher, RMW_IMPLEMENTATION), get_actual_qos_from_system_
201201
EXPECT_NE(rmw_qos_profile_unknown.durability, qos_profile.durability);
202202
EXPECT_NE(rmw_qos_profile_system_default.liveliness, qos_profile.liveliness);
203203
EXPECT_NE(rmw_qos_profile_unknown.liveliness, qos_profile.liveliness);
204-
EXPECT_NE(rmw_qos_profile_system_default.liveliness, qos_profile.liveliness);
205-
EXPECT_NE(rmw_qos_profile_unknown.liveliness, qos_profile.liveliness);
206204
ret = rmw_destroy_publisher(node, pub);
207205
EXPECT_EQ(RMW_RET_OK, ret) << rmw_get_error_string().str;
208206
}

0 commit comments

Comments
 (0)