summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/test/drivers/src/stm_mems_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/drivers/src/stm_mems_common.c b/zephyr/test/drivers/src/stm_mems_common.c
index e69fe572fc..76c65a52c9 100644
--- a/zephyr/test/drivers/src/stm_mems_common.c
+++ b/zephyr/test/drivers/src/stm_mems_common.c
@@ -62,6 +62,6 @@ void test_suite_stm_mems_common(void)
ztest_test_suite(stm_mems_common,
ztest_unit_test_setup_teardown(
test_st_raw_read_n,
- unit_test_noop, unit_test_noop));
+ setup, unit_test_noop));
ztest_run_test_suite(stm_mems_common);
}