avoid callback_group deprecation (#1108)
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
This commit is contained in:
parent
4d1de47df3
commit
e24f402238
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ TEST_F(TestDefaultStateMachine, test_callback_groups) {
|
|||
EXPECT_EQ(groups.size(), 1u);
|
||||
|
||||
auto group = test_node->create_callback_group(
|
||||
rclcpp::callback_group::CallbackGroupType::MutuallyExclusive);
|
||||
rclcpp::CallbackGroupType::MutuallyExclusive);
|
||||
EXPECT_NE(nullptr, group);
|
||||
|
||||
groups = test_node->get_callback_groups();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue