Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Jun 26, 2023
1 parent bac44fa commit 5681923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const RGBA: u8 = 6;
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
let mut options = oxipng::Options {
force: true,
fast_evaluation: false,
..Default::default()
};
let mut filter = IndexSet::new();
Expand Down
1 change: 1 addition & 0 deletions tests/interlaced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const RGBA: u8 = 6;
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
let mut options = oxipng::Options {
force: true,
fast_evaluation: false,
..Default::default()
};
let mut filter = IndexSet::new();
Expand Down
1 change: 1 addition & 0 deletions tests/reduction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const RGBA: u8 = 6;
fn get_opts(input: &Path) -> (OutFile, oxipng::Options) {
let mut options = oxipng::Options {
force: true,
fast_evaluation: false,
..Default::default()
};
let mut filter = IndexSet::new();
Expand Down

0 comments on commit 5681923

Please sign in to comment.