mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
spelling: prioritized
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d7c8734211
commit
cd127de7e0
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ void test_timeline_peek_event__one_persistent_event_lifecycle(void) {
|
||||||
CHECK_NO_EVENTS( .count = 6, .is_future_empty = true );
|
CHECK_NO_EVENTS( .count = 6, .is_future_empty = true );
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_timeline_peek_event__upcoming_priotized_over_persistent_event_lifecycle(void) {
|
void test_timeline_peek_event__upcoming_prioritized_over_persistent_event_lifecycle(void) {
|
||||||
TimelineItem item =
|
TimelineItem item =
|
||||||
DEFINE_EVENT( .id = 0x01, .timestamp = 20 * SECONDS_PER_MINUTE, .duration = 70,
|
DEFINE_EVENT( .id = 0x01, .timestamp = 20 * SECONDS_PER_MINUTE, .duration = 70,
|
||||||
.persistent = true );
|
.persistent = true );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue