summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/locate_chip/src/locate_chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/locate_chip/src/locate_chip.c')
-rw-r--r--zephyr/test/drivers/locate_chip/src/locate_chip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/locate_chip/src/locate_chip.c b/zephyr/test/drivers/locate_chip/src/locate_chip.c
index 881b17a54c..5e4fd078d7 100644
--- a/zephyr/test/drivers/locate_chip/src/locate_chip.c
+++ b/zephyr/test/drivers/locate_chip/src/locate_chip.c
@@ -3,11 +3,11 @@
* found in the LICENSE file.
*/
-#include "host_command.h"
-#include "test/drivers/test_state.h"
-
#include <zephyr/ztest.h>
+#include "test/drivers/test_state.h"
+#include "host_command.h"
+
ZTEST_SUITE(locate_chip, drivers_predicate_post_main, NULL, NULL, NULL, NULL);
ZTEST_USER(locate_chip, test_invalid_request_for_eeprom)