mirror of
https://github.com/google/pebble.git
synced 2025-05-28 05:53:12 +00:00
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9985f1fdf3
commit
c2f7961747
8 changed files with 9 additions and 9 deletions
|
@ -827,7 +827,7 @@ void test_gap_le_advert__invalid_params(void) {
|
|||
}
|
||||
|
||||
void test_gap_le_advert__unschedule_non_existent(void) {
|
||||
// Unscheduling non-existent job should be fine, should not crash:
|
||||
// Unscheduling nonexistent job should be fine, should not crash:
|
||||
gap_le_advert_unschedule((GAPLEAdvertisingJobRef)(uintptr_t) 0x1234);
|
||||
|
||||
// Unschedule callback should not have been called:
|
||||
|
|
|
@ -283,7 +283,7 @@ void test_reminder_db__bad_item(void) {
|
|||
cl_assert(S_SUCCESS != reminder_db_insert((uint8_t *)&bad_item.common.id, UUID_SIZE, (uint8_t *)&bad_item, sizeof(bad_item)));
|
||||
}
|
||||
|
||||
void test_reminder_db__read_nonexistant(void) {
|
||||
void test_reminder_db__read_nonexistent(void) {
|
||||
TimelineItem item = {{{0}}};
|
||||
cl_assert_equal_i(E_DOES_NOT_EXIST, reminder_db_read_item(&item, &bad_item.common.id));
|
||||
}
|
||||
|
|
|
@ -506,7 +506,7 @@ void test_voice_endpoint__handle_nlp_result(void) {
|
|||
cl_assert_equal_i(s_session_result, VoiceEndpointResultSuccess);
|
||||
cl_assert_equal_i(s_session_id, 0x2211);
|
||||
|
||||
// test non nexistent timestamp msg
|
||||
// test nonexistent timestamp msg
|
||||
nlp_result[8] = 1;
|
||||
s_session_id = 0;
|
||||
voice_endpoint_protocol_msg_callback(NULL, nlp_result, sizeof(nlp_result) - 7);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue