Skip to content

Commit b4b7f43

Browse files
committed
fix(test): align kimi commands_subdir assertion with skills structure
1 parent 8f43ab1 commit b4b7f43

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
@@ -171,7 +171,7 @@ def test_kimi_in_agent_config(self):
171171
"""AGENT_CONFIG should include kimi with correct folder and commands_subdir."""
172172
assert "kimi" in AGENT_CONFIG
173173
assert AGENT_CONFIG["kimi"]["folder"] == ".kimi/"
174-
assert AGENT_CONFIG["kimi"]["commands_subdir"] == "commands"
174+
assert AGENT_CONFIG["kimi"]["commands_subdir"] == "skills"
175175
assert AGENT_CONFIG["kimi"]["requires_cli"] is True
176176

177177
def test_kimi_in_release_agent_lists(self):

0 commit comments

Comments
 (0)