Skip to content

Commit

Permalink
fix writing_enabled() test
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed May 28, 2024
1 parent 1e2ecf9 commit d117242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,6 @@ mod tests {
cfg!(feature = "ff"),
ImageFormat::Farbfeld.writing_enabled()
);
assert!(!ImageFormat::Hdr.writing_enabled());
assert!(!ImageFormat::Dds.writing_enabled());
}
}

0 comments on commit d117242

Please sign in to comment.