diff --git a/tests/fw/comm/test_ppogatt.c b/tests/fw/comm/test_ppogatt.c index 03ff7173..48a2d6fe 100644 --- a/tests/fw/comm/test_ppogatt.c +++ b/tests/fw/comm/test_ppogatt.c @@ -1101,6 +1101,6 @@ void test_ppogatt__mtu_zero_due_to_service_rediscovery_while_resetting(void) { // No crash nor DUMA failures } -void test_ppogatt__unsubcribe_when_no_memory_for_comm_session(void) { +void test_ppogatt__unsubscribe_when_no_memory_for_comm_session(void) { // TODO } diff --git a/tests/fw/javascript/test_rocky_api_global.c b/tests/fw/javascript/test_rocky_api_global.c index 05a920f3..d297514e 100644 --- a/tests/fw/javascript/test_rocky_api_global.c +++ b/tests/fw/javascript/test_rocky_api_global.c @@ -166,7 +166,7 @@ void test_rocky_api_global__calls_init_and_notifies_about_apis(void) { cl_assert(*s_log_internal__expected == NULL); } -void test_rocky_api_global__can_unsubsribe_event_handlers(void) { +void test_rocky_api_global__can_unsubscribe_event_handlers(void) { static const RockyGlobalAPI api = { .add_handler = prv_api_add, .remove_handler = prv_api_remove,