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 ef0ad74 commit 5a12827Copy full SHA for 5a12827
Tests/AppTests/Helpers/TestSupport.swift
@@ -20,9 +20,9 @@ import PostgresNIO
20
21
22
func withApp(
23
+ environment: Environment = .testing,
24
_ setup: @Sendable (Application) async throws -> Void = { _ in },
25
_ updateValuesForOperation: @Sendable (inout DependencyValues) async throws -> Void = { _ in },
- environment: Environment = .testing,
26
_ test: @Sendable (Application) async throws -> Void
27
) async throws {
28
prepareDependencies {
0 commit comments