Skip to content

Commit

Permalink
Fix a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 12, 2024
1 parent a89070c commit 45268c2
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -242,7 +242,7 @@ mod tests {
"--no-palette",
]);

assert_eq!(output.stdout, "#a35c00\n");
assert_eq!(output.stdout, "#693900\n");
}

struct DcOutput {
Expand Down
Binary file modified src/tests/stripes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45268c2

Please sign in to comment.