Skip to content

Commit 5a12827

Browse files
committed
Reshuffle arguments
1 parent ef0ad74 commit 5a12827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AppTests/Helpers/TestSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import PostgresNIO
2020

2121

2222
func withApp(
23+
environment: Environment = .testing,
2324
_ setup: @Sendable (Application) async throws -> Void = { _ in },
2425
_ updateValuesForOperation: @Sendable (inout DependencyValues) async throws -> Void = { _ in },
25-
environment: Environment = .testing,
2626
_ test: @Sendable (Application) async throws -> Void
2727
) async throws {
2828
prepareDependencies {

0 commit comments

Comments
 (0)