Skip to content

Commit

Permalink
test adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jun 5, 2024
1 parent d7594da commit c538067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions locale/uk-ua/dialog/wakeword_failed_to_disable.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Не вдалося вимкнути слово пробудження {ww}.
Слово пробудження {ww} все ще ввімкнено. Перевірте журнали.
1 change: 0 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ en-us:
ironman.intent:
- i am iron man
- i am ironman
- i am iron
- become jarvis
- become jarbas
become_neon.intent:
Expand Down
3 changes: 3 additions & 0 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ def test_disable_all_other_wake_words(self):
self.skill.speak_dialog.assert_called_with("confirm_ww_disabled",
{"ww": "hey neon"})

def test_speak_restart_dialog(self):
# TODO: Implement test
pass

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

0 comments on commit c538067

Please sign in to comment.