Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove early size check requirement in
OffByTwo.kt
This will make `OffByTwo.kt` behaves identical to the original `PixelPerfect` differ. But most importantly, it will restore the initial behavior of `ImageUtils.assertImageSimilar()` itself, checking for differences in size and correctly producing the expected delta (and actual) images in case of a size mismatch. Relates to cashapp#1716
- Loading branch information