Skip to content

Commit

Permalink
work on original tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed May 20, 2024
1 parent 42bddb4 commit 7031a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ def _handle_enable_ww(message):
self.skill.bus.once("neon.enable_wake_word", _handle_enable_ww)
self.skill.bus.once("neon.disable_wake_word", disable_ww)

self.skill.speak_dialog.reset_mock()
self.skill.handle_change_ww(message_change_hey_neon)
self.skill.speak_dialog.assert_called_with("error_ww_change_failed")
disable_ww.assert_not_called()
Expand Down

0 comments on commit 7031a22

Please sign in to comment.