summaryrefslogtreecommitdiff
path: root/zephyr/test/skyrim/tests/winterhold/src/ppc_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/skyrim/tests/winterhold/src/ppc_config.c')
-rw-r--r--zephyr/test/skyrim/tests/winterhold/src/ppc_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/skyrim/tests/winterhold/src/ppc_config.c b/zephyr/test/skyrim/tests/winterhold/src/ppc_config.c
index 4fce497faf..0f319d8ea4 100644
--- a/zephyr/test/skyrim/tests/winterhold/src/ppc_config.c
+++ b/zephyr/test/skyrim/tests/winterhold/src/ppc_config.c
@@ -20,7 +20,7 @@ void ppc_interrupt(enum gpio_signal signal);
ZTEST_SUITE(ppc_config, NULL, NULL, ppc_config_before, NULL, NULL);
-ZTEST(ppc_config, ppc_interrupt_c0)
+ZTEST(ppc_config, test_ppc_interrupt_c0)
{
ppc_interrupt(GPIO_USB_C0_PPC_INT_ODL);
zassert_equal(nx20p348x_interrupt_fake.call_count, 1);
@@ -28,7 +28,7 @@ ZTEST(ppc_config, ppc_interrupt_c0)
zassert_equal(nx20p348x_interrupt_fake.arg0_val, 0);
}
-ZTEST(ppc_config, ppc_interrupt_c1)
+ZTEST(ppc_config, test_ppc_interrupt_c1)
{
ppc_interrupt(GPIO_USB_C1_PPC_INT_ODL);
zassert_equal(nx20p348x_interrupt_fake.call_count, 1);