Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 1, 2024
1 parent 8e7f5b4 commit 902c8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/test_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def test_tts_session(self):
tts = TTS()
self.assertEqual(tts.plugin_id, "ovos-tts-plugin-dummy")
self.assertEqual(tts.voice, "default") # no voice set
self.assertEqual(tts.lang, "en-us") # from config

# test that session makes it all the way to the TTS.queue
kwargs = {"message": m}
Expand Down

0 comments on commit 902c8b0

Please sign in to comment.