Skip to content

Commit 62be59f

Browse files
committed
test fix
Signed-off-by: silanus23 <berkantali23@outlook.com>
1 parent 424dd61 commit 62be59f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nav2_behavior_tree/include/nav2_behavior_tree/bt_action_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class BtActionNode : public BT::ActionNodeBase
222222
} else {
223223
if (!BT::isStatusActive(status())) {
224224
needs_initialization_ = true;
225-
}
225+
}
226226
}
227227

228228
if (needs_initialization_) {

nav2_behavior_tree/test/plugins/action/test_bt_action_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ TEST_F(BTActionNodeTestFixture, test_run_id_non_global_mode_unaffected)
565565
R"(
566566
<root BTCPP_format="4">
567567
<BehaviorTree ID="MainTree">
568-
<Fibonacci order="2" />
568+
<Fibonacci order="50" />
569569
</BehaviorTree>
570570
</root>)";
571571

0 commit comments

Comments
 (0)