aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_backends.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/test_backends.py')
-rw-r--r--app/tests/test_backends.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/test_backends.py b/app/tests/test_backends.py
index d4534fb..a49a2f2 100644
--- a/app/tests/test_backends.py
+++ b/app/tests/test_backends.py
@@ -650,7 +650,7 @@ class QwenModelsScreenTests(unittest.TestCase):
("Install Base", ("install", "Base")),
("Install VoiceDesign", ("install", "VoiceDesign")),
])
- self.assertEqual(kwargs["table_title"], "Model state")
+ self.assertEqual(kwargs["table_title"], "Model State")
self.assertEqual(kwargs["table_rows"][0],
("CustomVoice", "installed", "ok"))
@@ -707,7 +707,7 @@ class QwenModelsScreenTests(unittest.TestCase):
# No task-view run, one guidance flash instead of a download.
self.assertEqual(runs, [])
guidance = ("Install the qwen-tts backend first "
- "(Configure backends > Install Backend).")
+ "(Configure Backends > Install Backend).")
self.assertEqual(flashes, [(guidance, "warn")])
# While the backend is missing, Install is replaced by dimmed-out
# "(backend not installed)" placeholders — actions stay inert.