From a58187577d796e06fab5b7be431eb65309cd4650 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:37:17 -0500 Subject: [PATCH] spelling: reauth Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/notifications/test_nexmo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fw/services/notifications/test_nexmo.c b/tests/fw/services/notifications/test_nexmo.c index fa98d8eb..aba0ae56 100644 --- a/tests/fw/services/notifications/test_nexmo.c +++ b/tests/fw/services/notifications/test_nexmo.c @@ -68,7 +68,7 @@ void test_nexmo__initialize(void) { void test_nexmo__cleanup(void) { } -void test_nexmo__is_reuath_sms(void) { +void test_nexmo__is_reauth_sms(void) { uint8_t expected_app_id_buf[128]; ANCSAttribute *expected_app_id = (ANCSAttribute *)&expected_app_id_buf; expected_app_id->length = strlen(IOS_SMS_APP_ID); @@ -103,7 +103,7 @@ void test_nexmo__is_reuath_sms(void) { cl_assert(!nexmo_is_reauth_sms(bad_app_id, bad_message)); } -void test_nexmo__handle_reuath_sms(void) { +void test_nexmo__handle_reauth_sms(void) { // UID const uint32_t uid = 42; s_expected_uid = uid;