aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tts.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-19 05:25:14 -0400
committerhistoria <historiavg@proton.me>2026-08-19 05:25:14 -0400
commitc2afb9d01b854bb709345c1b33bdba741daceb25 (patch)
tree7317daa34c0e2c4a6d37e88a2c6377cac9b799e5 /tests/test_tts.py
parent94ddbb0634022a6e5209b5221c057228ec3d1418 (diff)
downloadtts-audiobook-generator-c2afb9d01b854bb709345c1b33bdba741daceb25.tar.gz
fix: skip tests if no ebooklib
Diffstat (limited to 'tests/test_tts.py')
-rw-r--r--tests/test_tts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_tts.py b/tests/test_tts.py
index afaa2e3..64b4846 100644
--- a/tests/test_tts.py
+++ b/tests/test_tts.py
@@ -201,7 +201,6 @@ class PayloadLanguageTests(unittest.TestCase):
kwargs = client.clone_client.predict.call_args.kwargs
self.assertEqual(kwargs["model_size"], tts.MODEL_SIZE)
self.assertEqual(kwargs["seed"], config.SEED)
- self.assertNotIn("max_chunk_chars", kwargs)
class FasterTTSClientHealthTests(unittest.TestCase):