aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander_tests/commander_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/commander/commander_tests/commander_tests.cpp')
-rw-r--r--src/modules/commander/commander_tests/commander_tests.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/commander/commander_tests/commander_tests.cpp b/src/modules/commander/commander_tests/commander_tests.cpp
index 6e72cf0d9..0abb84a82 100644
--- a/src/modules/commander/commander_tests/commander_tests.cpp
+++ b/src/modules/commander/commander_tests/commander_tests.cpp
@@ -48,8 +48,7 @@ extern "C" __EXPORT int commander_tests_main(int argc, char *argv[]);
int commander_tests_main(int argc, char *argv[])
{
- state_machine_helper_test();
- //state_machine_test();
+ stateMachineHelperTest();
return 0;
}