Skip to content

Commit 9bf85fb

Browse files
author
Jethro Beekman
committed
Fix typo in roundtrip test error message
1 parent 84c7020 commit 9bf85fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ fn compare_generated_header(
267267
if let Err(e) =
268268
compare_generated_header(&header, roundtrip_builder, false)
269269
{
270-
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_args. {}", e)));
270+
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e)));
271271
}
272272
}
273273

0 commit comments

Comments
 (0)