Fixed duplicate name in RPM unit test. (#1260)

This commit is contained in:
Steve Karg
2026-03-12 18:13:06 -05:00
committed by GitHub
parent 3637149363
commit 07cf52384b
+1 -1
View File
@@ -516,7 +516,7 @@ static void bacnet_read_property_ack_process(
}
#if defined(CONFIG_ZTEST_NEW_API)
ZTEST(rpm_tests, testReadPropertyMultipleAck)
ZTEST(rpm_tests, testReadPropertyMultipleAckProcess)
#else
static void testReadPropertyMultipleAckProcess(void)
#endif