Skip to content

Commit 64194d1

Browse files
Update test_node.cpp
Fix error #617 in TestNode
1 parent 93c661c commit 64194d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/test_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ BT::NodeStatus BT::TestNode::onCompleted()
6969
}
7070
if(_test_config.post_func)
7171
{
72-
_test_config.pre_func();
72+
_test_config.post_func();
7373
}
7474
return _test_config.return_status;
7575
}

0 commit comments

Comments
 (0)