Skip to content

Commit 648a736

Browse files
committed
fix(test): align kimi commands_subdir assertion with skills structure
1 parent 9be6bc6 commit 648a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_agent_config_consistency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_kimi_in_agent_config(self):
102102
"""AGENT_CONFIG should include kimi with correct folder and commands_subdir."""
103103
assert "kimi" in AGENT_CONFIG
104104
assert AGENT_CONFIG["kimi"]["folder"] == ".kimi/"
105-
assert AGENT_CONFIG["kimi"]["commands_subdir"] == "commands"
105+
assert AGENT_CONFIG["kimi"]["commands_subdir"] == "skills"
106106
assert AGENT_CONFIG["kimi"]["requires_cli"] is True
107107

108108
def test_kimi_in_release_agent_lists(self):

0 commit comments

Comments
 (0)