Skip to content

Commit

Permalink
chore: fix problematic quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
timesince authored Oct 17, 2024
1 parent 61f5ee5 commit 48314ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/builder/multiple_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ For more information, try '--help'.
}

#[test]
#[should_panic = "Argument 'pos` is positional and it must take a value but action is SetTrue"]
#[should_panic = "Argument `pos` is positional and it must take a value but action is SetTrue"]
fn disallow_positionals_without_values() {
let cmd = Command::new("test").arg(Arg::new("pos").num_args(0));
cmd.debug_assert();
Expand Down

0 comments on commit 48314ce

Please sign in to comment.