We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e388e6 + b341bb4 commit 7979b4cCopy full SHA for 7979b4c
Tests/AWSLambdaRuntimeTests/PoolTests.swift
@@ -55,7 +55,9 @@ struct PoolTests {
55
// This should complete without receiving any values
56
do {
57
try await task.value
58
- } catch is CancellationError {} // this might happen depending on the order on which the cancellation is handled
+ } catch is CancellationError {
59
+ // this might happen depending on the order on which the cancellation is handled
60
+ }
61
}
62
63
@Test
0 commit comments