Fix failing tests for iOS 16
The failing tests are using rotate for preprocessing before the image is uploaded and the size is not equal to the original image
Instead of comping bytes, we're comparing width and height as a fix.
What does this PR address?
[ ] GitHub issue (Add reference - #XX)
[ ] Refactoring
[ ] New feature
[x] Bug fix
[ ] Adds more tests
Are tests included?
[x] Yes
[ ] No
Reviewer, please note:
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[x] I ran the full test suite before pushing the changes and all the tests pass.
Brief Summary of Changes
Fix failing tests for iOS 16 The failing tests are using rotate for preprocessing before the image is uploaded and the size is not equal to the original image Instead of comping bytes, we're comparing width and height as a fix.
What does this PR address?
Are tests included?
Reviewer, please note:
Checklist: