chore(myagents): 产品包名 xiaohe-api → xiaohe

This commit is contained in:
Zhengshou Lai
2026-08-07 09:34:14 +08:00
parent 1bce85cc19
commit a95c920d8a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ class TestUpgradeCommand:
with patch.object(up_mod.shutil, "which", return_value=None):
result = CliRunner().invoke(up_mod.upgrade_cmd, [])
assert result.exit_code != 0
assert "Install xiaohe-api" in result.output or "xiaohe upgrade" in result.output
assert "Install xiaohe" in result.output or "xiaohe upgrade" in result.output