Skip to content

Commit

Permalink
Update PostgresClientTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Fett <[email protected]>
  • Loading branch information
thoven87 and fabianfett authored Feb 4, 2025
1 parent e8283da commit 81dc12b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/IntegrationTests/PostgresClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ final class PostgresClientTests: XCTestCase {
)
}
} catch {
XCTAssertNotNil(error)
XCTAssertNotNil(error)
guard let error = error as? PSQLError else { return XCTFail("Unexpected error type") }

Expand Down

0 comments on commit 81dc12b

Please sign in to comment.