Skip to content

Commit f96e496

Browse files
committed
fix
1 parent d37465d commit f96e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntegrationTests/AsyncTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ final class AsyncPostgresConnectionTests: XCTestCase {
110110
) { rows in
111111
for try await _ in rows { break }
112112
}
113-
XCTFail("Expected a failure")
113+
// This path is also fine
114114
} catch is CancellationError {
115115
// Expected
116116
} catch {

0 commit comments

Comments
 (0)