mirror of
https://github.com/google/pebble.git
synced 2025-11-26 17:22:23 -05:00
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user