fix: adjust post-merge Rust CLI tests

This commit is contained in:
YeonGyu-Kim
2026-04-02 10:46:51 +09:00
parent 522c1ff7fb
commit 3790c5319a
2 changed files with 5 additions and 5 deletions

View File

@@ -1455,7 +1455,7 @@ mod tests {
assert!(help.contains("aliases: /plugins, /marketplace"));
assert!(help.contains("/agents"));
assert!(help.contains("/skills"));
assert_eq!(slash_command_specs().len(), 27);
assert_eq!(slash_command_specs().len(), 26);
assert_eq!(resume_supported_slash_commands().len(), 14);
}