Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 29, 2024
1 parent ef183ae commit ea346d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/test_speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def execute(*args, **kwargs):

speech = PlaybackService(bus=bus)
speech.tts = FailingTTS()
speech._tts_hash = "123failing"

speech.execute_tts("hello", "123")
self.assertTrue(speech.fallback_tts.execute.called)
Expand Down

0 comments on commit ea346d0

Please sign in to comment.