Skip to content

Commit 7979b4c

Browse files
author
Sebastien Stormacq
committed
Merge branch 'sebsto/fix_584' into sebsto/multiple_continuations
2 parents 0e388e6 + b341bb4 commit 7979b4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/AWSLambdaRuntimeTests/PoolTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ struct PoolTests {
5555
// This should complete without receiving any values
5656
do {
5757
try await task.value
58-
} catch is CancellationError {} // this might happen depending on the order on which the cancellation is handled
58+
} catch is CancellationError {
59+
// this might happen depending on the order on which the cancellation is handled
60+
}
5961
}
6062

6163
@Test

0 commit comments

Comments
 (0)