From 2a9a78dd1caec0811ed2640b28375890ee96e4cc Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 27 Aug 2026 17:46:02 -0400 Subject: feat: help menu in tui --- app/tests/test_backends.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/tests/test_backends.py') 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. -- cgit v1.2.3