fix(tests): 修正 restype, 测试用例不使用识别词

This commit is contained in:
Attente
2025-11-12 14:13:05 +08:00
parent 22858cc1e9
commit c572a1b607
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class MetaInfoTest(TestCase):
if info.get("path"):
meta_info = MetaInfoPath(path=Path(info.get("path")))
else:
meta_info = MetaInfo(title=info.get("title"), subtitle=info.get("subtitle"))
meta_info = MetaInfo(title=info.get("title"), subtitle=info.get("subtitle"), custom_words=["#"])
target = {
"type": meta_info.type.value,
"cn_name": meta_info.cn_name or "",