Skip to content

Commit 7b3e7d1

Browse files
author
Jethro Beekman
committed
Fix typo in roundtrip test error message
1 parent 2a546c8 commit 7b3e7d1

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
@@ -262,7 +262,7 @@ fn compare_generated_header(
262262
if let Err(e) =
263263
compare_generated_header(&header, roundtrip_builder, false)
264264
{
265-
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_args. {}", e)));
265+
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e)));
266266
}
267267
}
268268

0 commit comments

Comments
 (0)