Skip to content

Commit 5faeb6c

Browse files
committed
fix: 更新ci测试用例
1 parent 92ad872 commit 5faeb6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,3 @@ def test_create_invalid_name():
6565
"magic-dash create --name nonexistent-template"
6666
)
6767
assert returncode != 0, "应该返回错误但成功了"
68-
assert (
69-
"不存在的Dash应用项目模板名称" in stdout
70-
or "不存在的Dash应用项目模板名称" in (stderr or "")
71-
), "未显示期望的错误信息"

0 commit comments

Comments
 (0)