Skip to content

Commit 4c90d6b

Browse files
authored
Allow dependencies test trait to throw. (#359)
1 parent 283b4ac commit 4c90d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DependenciesTestSupport/TestTrait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
/// ```
124124
///
125125
public static func dependencies(
126-
_ updateValues: @escaping @Sendable (inout DependencyValues) -> Void
126+
_ updateValues: @escaping @Sendable (inout DependencyValues) throws -> Void
127127
) -> Self {
128128
Self(updateValues: updateValues)
129129
}

0 commit comments

Comments
 (0)