mirror of
https://github.com/google/pebble.git
synced 2025-05-28 05:53:12 +00:00
spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
db1840c0f5
commit
3572d429b2
5 changed files with 6 additions and 6 deletions
|
@ -321,7 +321,7 @@ void test_do_not_disturb__disabling_manual_dnd_should_override_scheduled(void) {
|
|||
active = do_not_disturb_is_active();
|
||||
cl_assert(active == true); // Both OFF
|
||||
|
||||
do_not_disturb_set_manually_enabled(false); // turned Manual OFF, scheduled should be overriden
|
||||
do_not_disturb_set_manually_enabled(false); // turned Manual OFF, scheduled should be overridden
|
||||
cl_assert(do_not_disturb_is_manually_enabled() == false);
|
||||
cl_assert(do_not_disturb_is_schedule_enabled(WeekdaySchedule) == true);
|
||||
active = do_not_disturb_is_active();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue