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:
Anas Nashif 2023-09-26 19:28:35 +00:00
commit c532595519

View file

@ -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;