Skip to content

Commit

Permalink
Remove extraenous debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
gawashburn committed Dec 1, 2024
1 parent c8fc6bd commit 613f955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/knoll_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ fn run_knoll_fake(args: Vec<&str>, input: Option<String>) -> (Option<Error>, Str
/// Test the knoll --help command
fn test_help() {
let (opt_err, _, _) = run_knoll_real(vec!["knoll", "--help"], None);
println!("opt_err: {:?}", opt_err);
// Verify that a help error was produced.
match opt_err {
Some(Error::Argument(e)) => assert_eq!(e.kind(), clap::error::ErrorKind::DisplayHelp),
Expand Down

0 comments on commit 613f955

Please sign in to comment.