Skip to content

Commit 80b785c

Browse files
committed
Add comment
1 parent 1a2f11a commit 80b785c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AppTests/QueryPerformanceTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ struct QueryPerformanceTests {
3535
// or in `.env.staging` for local runs.
3636
let environment = Environment.staging
3737

38+
// Make sure we're connecting to the correct database
3839
let host = try await DotEnvFile.databaseHost(for: environment)
3940
try #require(host.hasPrefix("spi-dev-db"))
4041
try #require(host.hasSuffix("postgres.database.azure.com"))

0 commit comments

Comments
 (0)