Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Sep 29, 2024
1 parent e7f60c7 commit dea791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod tests {
let image = PngDecoder::new(&data[..]).unwrap();
let image = image::DynamicImage::from_decoder(image).unwrap();

let hasher = HasherConfig::new().hash_size(16, 16);
let hasher = HasherConfig::new().hash_size(8, 8);
let hasher = hasher.to_hasher();

format!(
Expand Down

0 comments on commit dea791a

Please sign in to comment.