summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/src/battery_v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/host_cmd/src/battery_v2.c')
-rw-r--r--zephyr/test/drivers/host_cmd/src/battery_v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/drivers/host_cmd/src/battery_v2.c b/zephyr/test/drivers/host_cmd/src/battery_v2.c
index a6fab89b8c..3e0ac969f9 100644
--- a/zephyr/test/drivers/host_cmd/src/battery_v2.c
+++ b/zephyr/test/drivers/host_cmd/src/battery_v2.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+
#include "battery.h"
#include "ec_commands.h"
#include "host_command.h"
#include "test/drivers/test_state.h"
-#include <zephyr/ztest.h>
-
ZTEST(host_cmd_battery_v2, test_get_static__invalid_index)
{
struct ec_response_battery_static_info response;