Skip to content

Commit

Permalink
Removed test values
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 29, 2024
1 parent dd391fe commit 7b8f79a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codecs/jpeg/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,6 @@ mod tests {
// note that, even with the encode quality set to 100, we do not get the same image
// back. Therefore, we're going to assert that it's at least red-ish:
assert_eq!(3, decoded.len());
println!("{:?}", &decoded[0..3]);
assert!(decoded[0] > 0x80);
assert!(decoded[1] < 0x80);
assert!(decoded[2] < 0x80);
Expand Down

0 comments on commit 7b8f79a

Please sign in to comment.