Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jun 17, 2024
1 parent 52fe1a7 commit db1e380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ def test_play_in_ocp_in_container(self, test_skill):
]
)

def test_christmas_day_is_scheduled(self, test_skill):
active_events = [x[0] for x in test_skill.event_scheduler.events.events]
assert "skill-easter-eggs.openvoiceos:Christmas Day" in active_events


if __name__ == "__main__":
pytest.main()

0 comments on commit db1e380

Please sign in to comment.