Skip to content

Commit 66931d5

Browse files
chore: Apply suggestion
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 62cd791 commit 66931d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/cli

crates/stackable-operator/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mod tests {
123123
fn verify_cli() {
124124
use clap::CommandFactory;
125125

126-
RunArguments::command().print_long_help().unwrap();
126+
RunArguments::command().print_long_help().expect("help message should be printed to stdout");
127127
RunArguments::command().debug_assert()
128128
}
129129
}

0 commit comments

Comments
 (0)