summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/console_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/console_command.c')
-rw-r--r--zephyr/test/ap_power/src/console_command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/ap_power/src/console_command.c b/zephyr/test/ap_power/src/console_command.c
index 7789a13919..9d38e773c7 100644
--- a/zephyr/test/ap_power/src/console_command.c
+++ b/zephyr/test/ap_power/src/console_command.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
+#include <zephyr/shell/shell.h>
+#include <zephyr/ztest.h>
+
#include "console.h"
#include "ec_commands.h"
#include "test_state.h"
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
ZTEST_USER(console_cmd_debug_mode, test_debug_mode_default)
{
zassert_ok(shell_execute_cmd(get_ec_shell(), "debug_mode"),