Skip to main content

Fix the expected error message

ID
a485624
date
2024-10-20 20:07:15+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
5adaf5a
message
Fix the expected error message
changed files
1 file, 1 addition, 1 deletion

Changed files

src/main.rs (10935) → src/main.rs (10935)

diff --git a/src/main.rs b/src/main.rs
index 7b46eec..c9efd50 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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"
         );
     }