Skip to content

Commit 26923f5

Browse files
committed
Update rclcpp/test/rclcpp/test_create_custom_subscription.cpp
Signed-off-by: olesya <[email protected]>
1 parent 5c5e9ae commit 26923f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/test/rclcpp/test_create_custom_subscription.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CustomSubscription : public rclcpp::Subscription<
6060
std::forward<Args>(args)...) {}
6161
};
6262

63-
TEST_F(TestCreateSubscription, create) {
63+
TEST_F(TestCreateCustomSubscription, create) {
6464
using MessageT = test_msgs::msg::Empty;
6565

6666
auto node = std::make_shared<rclcpp::Node>("my_node", "/ns");

0 commit comments

Comments
 (0)