Skip to content

Commit

Permalink
fix: Pleases the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Sep 4, 2022
1 parent 532be7e commit 2888fb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/parsers/clap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@ mod tests {

#[test]
fn test_clap_verbose() {
let settings = ClapParser::new().into_settings(vec![
"paro",
"-vv",
]);
let settings = ClapParser::new().into_settings(vec!["paro", "-vv"]);
assert_eq!(settings.verbose, 2);
}
}

0 comments on commit 2888fb9

Please sign in to comment.