Skip to content

Commit

Permalink
Update src/filter/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: theotherphil <[email protected]>
  • Loading branch information
ripytide and theotherphil authored May 25, 2024
1 parent ccd7fc7 commit 415808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ mod tests {
#[test]
fn $test_name() {
// I think the interesting edge cases here are determined entirely
// by the relative sizes of the kernel and the image side length, soz
// by the relative sizes of the kernel and the image side length, so
// I'm just enumerating over small values instead of generating random
// examples via quickcheck.
for height in 0..5 {
Expand Down

0 comments on commit 415808a

Please sign in to comment.