Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ae464e

Browse files
committedMar 27, 2025·
Disable db.setup call
1 parent b588702 commit 1ae464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Tests/AppTests/Helpers/DatabasePool.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ actor DatabasePool {
5555
print("ℹ️ availableDatabases", availableDatabases.count)
5656
for db in availableDatabases {
5757
print("ℹ️ setting up db \(db.port)")
58-
try await db.setup(for: .testing)
58+
// try await db.setup(for: .testing)
5959
print("ℹ️ DONE setting up db \(db.port)")
6060
}
6161
}

0 commit comments

Comments
 (0)
Please sign in to comment.