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 9aa6ee1 commit bcbb209Copy full SHA for bcbb209
Tests/DependenciesTests/DependencyValuesTests.swift
@@ -176,7 +176,7 @@ final class DependencyValuesTests: XCTestCase {
176
XCTAssertEqual(childDependencyLateBindingEscaped.fetch(), 1_000)
177
}
178
179
-
+
180
func testNestedDependencyIsOverridden() {
181
DependencyValues.withValue(\.nestedValue.value, 10) {
182
@Dependency(\.nestedValue) var nestedValue: NestedValue
0 commit comments