Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gulivero1773 committed Apr 26, 2024
1 parent b378cf5 commit 718061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HealthChecksTests/PostgresHealthChecksTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ final class PostgresHealthChecksTests: XCTestCase {
app.psqlRequest = PsqlRequestMock()
app.psqlHealthChecks = PostgresHealthChecks(app: app, postgresDatabase: "test")
let result = await app.psqlHealthChecks?.checkConnection()
XCTAssertEqual(resultMock, "active")
XCTAssertEqual(result, "active")
}
}

0 comments on commit 718061a

Please sign in to comment.