def test_notification_schedule(self):
        yield DeliverySchedule().operation()

        notification_schedule = NotificationSchedule()
        notification_schedule.skip_sleep = True
        yield notification_schedule.operation()