tests: pm: driver_init: rename testcase, demo is ambigous
Use a more descriptive testcase name. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
eb956d0853
commit
c532595519
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
zassert_equal(rc, 0, "Device state retrieval failed"); \
|
||||
zassert_equal(state, value, "Unexpected device state");
|
||||
|
||||
ZTEST(device_driver_init, test_demo)
|
||||
ZTEST(device_driver_init, test_device_driver_init)
|
||||
{
|
||||
#if IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME)
|
||||
enum pm_device_state state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue