aboutsummaryrefslogtreecommitdiff
path: root/tests/test_converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_converter.py')
-rw-r--r--tests/test_converter.py2
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")