summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/test/drivers/src/power_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/test/drivers/src/power_common.c b/zephyr/test/drivers/src/power_common.c
index d355623fc6..a04740365c 100644
--- a/zephyr/test/drivers/src/power_common.c
+++ b/zephyr/test/drivers/src/power_common.c
@@ -216,6 +216,7 @@ static void test_power_exit_hard_off(void)
/* Test exit hard off is cleared on entering S5 */
chipset_exit_hard_off();
power_set_state(POWER_S5);
+ test_power_common_state();
zassert_equal(POWER_S5, power_get_state(), NULL);
/* Go back to G3 and check we stay in G3 */