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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/test_backends.py b/app/tests/test_backends.py
index 64fd483..7a39880 100644
--- a/app/tests/test_backends.py
+++ b/app/tests/test_backends.py
@@ -169,7 +169,7 @@ class DetectAllTests(unittest.TestCase):
for model, wanted in (("Base", IDENTITY_QWEN_CLONE),
("VoiceDesign", IDENTITY_QWEN_DESIGN)):
with self.subTest(model=model):
- spec = qwen._build_spec(model)
+ spec = qwen.build_spec(model)
self.assertEqual(spec.identity, wanted)
self.assertIn(qwen.MODEL_REPOS[model], spec.argv)