We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059c9f9 commit bfd5009Copy full SHA for bfd5009
gix-object/tests/commit/mod.rs
@@ -170,7 +170,7 @@ fn invalid() {
170
assert_eq!(
171
CommitRef::from_bytes(partial_commit).unwrap_err().to_string(),
172
if cfg!(feature = "verbose-object-parsing-errors") {
173
- "object parsing failed at `1`\nexpected `<timestamp>`, `<name> <<email>> <timestamp> <+|-><HHMM>`, `author <signature>`"
+ "object parsing failed at `1`\nexpected `author <signature>`"
174
} else {
175
"object parsing failed"
176
}
0 commit comments