diff options
| author | historia <historiavg@proton.me> | 2026-08-19 05:13:36 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-19 05:13:36 -0400 |
| commit | 94ddbb0634022a6e5209b5221c057228ec3d1418 (patch) | |
| tree | d7892e758cad10336816695166c511f7a9689704 /tests/test_converter.py | |
| parent | 9d4d7ef806c17387af9778725cd65a5e7ed10e39 (diff) | |
| download | tts-audiobook-generator-94ddbb0634022a6e5209b5221c057228ec3d1418.tar.gz | |
feat: reuse one seed per run for consistent voice across chunks
Diffstat (limited to 'tests/test_converter.py')
| -rw-r--r-- | tests/test_converter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_converter.py b/tests/test_converter.py index 91ab0b5..737fc06 100644 --- a/tests/test_converter.py +++ b/tests/test_converter.py @@ -130,7 +130,7 @@ class NarratorTagTests(unittest.TestCase): "Vivian") def test_multi_word_display_name_gets_underscores(self): - with patch.object(config, "CUSTOM_VOICE_SPEAKER", "uncle_fu"): + with patch.object(config, "SPEAKER", "uncle_fu"): self.assertEqual(self._converter(tts.VOICE_MODE_CUSTOM)._narrator_tag(), "Uncle_Fu") |
