We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d9cd commit 86438faCopy full SHA for 86438fa
Tests/ComposableArchitectureTests/DependencyKeyWritingReducerTests.swift
@@ -60,7 +60,7 @@ final class DependencyKeyWritingReducerTests: XCTestCase {
60
Feature()
61
.dependency(\.myValue, 42)
62
}
63
- .dependency(\.myValue, 1729)
+ .dependency(\.myValue, 1729)
64
65
let store = TestStore(
66
initialState: Feature.State(),
@@ -77,7 +77,7 @@ final class DependencyKeyWritingReducerTests: XCTestCase {
77
78
.transformDependency(\.myValue) { $0 = 42 }
79
80
- .transformDependency(\.myValue) { $0 = 1729 }
+ .transformDependency(\.myValue) { $0 = 1729 }
81
82
83
0 commit comments