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.
2 parents 10b1227 + 64194d1 commit 60a0efbCopy full SHA for 60a0efb
src/actions/test_node.cpp
@@ -69,7 +69,7 @@ BT::NodeStatus BT::TestNode::onCompleted()
69
}
70
if(_test_config.post_func)
71
{
72
- _test_config.pre_func();
+ _test_config.post_func();
73
74
return _test_config.return_status;
75
0 commit comments