mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: confirm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
15d5df83b8
commit
9d85fb19ba
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ void test_reminder_db__delete_parent(void) {
|
|||
prv_insert_default_reminders();
|
||||
|
||||
const TimelineItemId *parent_id = &item1.header.parent_id;
|
||||
// cnfirm the two are here
|
||||
// confirm the two are here
|
||||
cl_assert(reminder_db_get_len((uint8_t *)&item1.header.id, sizeof(Uuid)) > 0);
|
||||
cl_assert(reminder_db_get_len((uint8_t *)&item2.header.id, sizeof(Uuid)) > 0);
|
||||
// remove the two that share a parent
|
||||
|
|
Loading…
Add table
Reference in a new issue