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 283b4ac commit 4c90d6bCopy full SHA for 4c90d6b
Sources/DependenciesTestSupport/TestTrait.swift
@@ -123,7 +123,7 @@
123
/// ```
124
///
125
public static func dependencies(
126
- _ updateValues: @escaping @Sendable (inout DependencyValues) -> Void
+ _ updateValues: @escaping @Sendable (inout DependencyValues) throws -> Void
127
) -> Self {
128
Self(updateValues: updateValues)
129
}
0 commit comments