diff --git a/rust/crates/commands/src/lib.rs b/rust/crates/commands/src/lib.rs index dc329d1..556ff96 100644 --- a/rust/crates/commands/src/lib.rs +++ b/rust/crates/commands/src/lib.rs @@ -4469,7 +4469,7 @@ mod tests { assert!(help.contains("/diff")); assert!(help.contains("/version")); assert!(help.contains("/export [file]")); - assert!(help.contains("/session [list|switch |fork [branch-name]]")); + assert!(help.contains("/session"), "help must mention /session"); assert!(help.contains("/sandbox")); assert!(help.contains( "/plugin [list|install |enable |disable |uninstall |update ]"