mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This test no longer passes when built with Xcode 15.0.1, likely due to underlying changes in trait collection behaviors with iOS 17+ SDKs.
The failure was:
```
Failure at components/Collections/tests/unit/CollectionsStylerTests.m:180
Assertion Failure at CollectionsStylerTests.m:180: ((lightModeImage) not equal to (darkModeImage)) failed: ("<_UIResizableImage:0x600002dd49a0 anonymous {44, 44} renderingMode=automatic(original)>") is equal to ("<_UIResizableImage:0x600002dd49a0 anonymous {44, 44} renderingMode=automatic(original)>")
```
PiperOrigin-RevId: 606709730