Skip to main content

Fix a failing test

ID
45268c2
date
2024-05-12 12:56:43+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
a89070c
message
Fix a failing test
changed files
2 files, 1 addition, 1 deletion

Changed files

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

diff --git a/src/main.rs b/src/main.rs
index 82f5061..705a627 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -242,7 +242,7 @@ mod tests {
             "--no-palette",
         ]);
 
-        assert_eq!(output.stdout, "#a35c00\n");
+        assert_eq!(output.stdout, "#693900\n");
     }
 
     struct DcOutput {

src/tests/stripes.png (1778) → src/tests/stripes.png (1778)

diff --git a/src/tests/stripes.png b/src/tests/stripes.png
index ccf56e5..51b3759 100644
Binary files a/src/tests/stripes.png and b/src/tests/stripes.png differ