You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid failure when setting test dependency values (#1570)
* Avoid failure when setting test dependency values
It's currently possible to emit XCTest failures when testing reducers
that access dependency values that emit failure upon access, which
includes the calendar, locale, time zone, and URL session dependencies.
We may need a more holistic solution for folks that define these kinds
of dependencies outside the library, but this will make the
library-level failures a bit more lenient.
* wip
* a few more tests
Co-authored-by: Brandon Williams <[email protected]>
(cherry picked from commit f8554f7088e344b8e4d598648c8fb758a378dcb3)
# Conflicts:
# Tests/ComposableArchitectureTests/StoreTests.swift
# Tests/ComposableArchitectureTests/TestStoreTests.swift
0 commit comments