Skip to content

Commit

Permalink
Fix the expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan authored Oct 20, 2024
1 parent 5adaf5a commit a485624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ mod tests {
assert_eq!(output.stdout, "");
assert_eq!(
output.stderr,
"Format error decoding WebP: Invalid Chunk header: [82, 73, 70, 70]\n"
"Format error decoding WebP: Invalid Chunk header: [52, 49, 46, 46]\n"
);
}

Expand Down

0 comments on commit a485624

Please sign in to comment.