Skip to content

Commit 66931d5

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent 62cd791 commit 66931d5

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/cli

1 file changed

+1
-1
lines changed

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)