We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc522af commit 8081fb3Copy full SHA for 8081fb3
tests/subsys/pm/power_mgmt_multicore/src/main.c
@@ -34,9 +34,6 @@ void pm_state_set(enum pm_state state, uint8_t substate_id)
34
ARG_UNUSED(substate_id);
35
36
switch (state_testing[_current_cpu->id]) {
37
- case PM_STATE_ACTIVE:
38
- zassert_equal(PM_STATE_ACTIVE, state);
39
- break;
40
case PM_STATE_RUNTIME_IDLE:
41
zassert_equal(PM_STATE_RUNTIME_IDLE, state);
42
break;
0 commit comments