Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
  • Loading branch information
Chen Lihui committed Dec 3, 2021
1 parent 01f48bd commit 0b890ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/test/rclcpp/test_memory_strategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ TEST_F(TestMemoryStrategy, get_group_by_subscription) {
callback_group,
memory_strategy()->get_group_by_subscription(subscription, weak_groups_to_nodes));
} // Node goes out of scope
// callback_group and NodeBase(SubscriptionBase->rcl_node_t->NodeBase) is still alive.
// NodeBase(SubscriptionBase->rcl_node_t->NodeBase) is still alive.
EXPECT_EQ(
callback_group,
memory_strategy()->get_group_by_subscription(subscription, weak_groups_to_nodes));
Expand Down

0 comments on commit 0b890ee

Please sign in to comment.