Skip to content

Commit bfd5009

Browse files
committed
adjust expectation now that author parsing is more lenient.
1 parent 059c9f9 commit bfd5009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-object/tests/commit/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fn invalid() {
170170
assert_eq!(
171171
CommitRef::from_bytes(partial_commit).unwrap_err().to_string(),
172172
if cfg!(feature = "verbose-object-parsing-errors") {
173-
"object parsing failed at `1`\nexpected `<timestamp>`, `<name> <<email>> <timestamp> <+|-><HHMM>`, `author <signature>`"
173+
"object parsing failed at `1`\nexpected `author <signature>`"
174174
} else {
175175
"object parsing failed"
176176
}

0 commit comments

Comments
 (0)