Skip to content

Commit

Permalink
Remove default depth values in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Aug 6, 2024
1 parent 01d57aa commit 8206441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TEST(rossdl_generation_test, consumer_unit)
ASSERT_EQ(info[0].qos_profile().reliability(), rclcpp::ReliabilityPolicy::Reliable);
ASSERT_EQ(info[0].qos_profile().liveliness(), rclcpp::LivelinessPolicy::Automatic);
ASSERT_EQ(info[0].qos_profile().durability(), rclcpp::DurabilityPolicy::Volatile);
ASSERT_EQ(info[0].qos_profile().depth(), 100u);
// ASSERT_EQ(info[0].qos_profile().depth(), 100u);
}
}

Expand Down

0 comments on commit 8206441

Please sign in to comment.