cloudinary / cloudinary_ios

Cloudinary iOS SDK
MIT License
165 stars 106 forks source link

Fix tests for iOS16 #389

Closed adimiz1 closed 1 year ago

adimiz1 commented 1 year ago

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: