mirror of https://github.com/google/pebble
spelling: reauth
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7420fcb525
commit
a58187577d
|
@ -68,7 +68,7 @@ void test_nexmo__initialize(void) {
|
||||||
void test_nexmo__cleanup(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];
|
uint8_t expected_app_id_buf[128];
|
||||||
ANCSAttribute *expected_app_id = (ANCSAttribute *)&expected_app_id_buf;
|
ANCSAttribute *expected_app_id = (ANCSAttribute *)&expected_app_id_buf;
|
||||||
expected_app_id->length = strlen(IOS_SMS_APP_ID);
|
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));
|
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
|
// UID
|
||||||
const uint32_t uid = 42;
|
const uint32_t uid = 42;
|
||||||
s_expected_uid = uid;
|
s_expected_uid = uid;
|
||||||
|
|
Loading…
Reference in New Issue