We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5e9ae commit 26923f5Copy full SHA for 26923f5
rclcpp/test/rclcpp/test_create_custom_subscription.cpp
@@ -60,7 +60,7 @@ class CustomSubscription : public rclcpp::Subscription<
60
std::forward<Args>(args)...) {}
61
};
62
63
-TEST_F(TestCreateSubscription, create) {
+TEST_F(TestCreateCustomSubscription, create) {
64
using MessageT = test_msgs::msg::Empty;
65
66
auto node = std::make_shared<rclcpp::Node>("my_node", "/ns");
0 commit comments