Skip to content

Commit

Permalink
Fix typo in roundtrip test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Mar 9, 2021
1 parent 84c7020 commit 9bf85fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ fn compare_generated_header(
if let Err(e) =
compare_generated_header(&header, roundtrip_builder, false)
{
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_args. {}", e)));
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e)));
}
}

Expand Down

0 comments on commit 9bf85fb

Please sign in to comment.