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.
1 parent 93c661c commit 64194d1Copy full SHA for 64194d1
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