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.
1 parent b1527ff commit de5e31cCopy full SHA for de5e31c
Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift
@@ -89,7 +89,7 @@ struct LambdaRuntimeClientTests {
89
}
90
91
@Test
92
- func testCancellation() async throws {
+ func testRuntimeClientCancellation() async throws {
93
struct HappyBehavior: LambdaServerBehavior {
94
let requestId = UUID().uuidString
95
let event = "hello"
Tests/AWSLambdaRuntimeTests/PoolTests.swift
@@ -37,7 +37,7 @@ struct PoolTests {
37
38
39
40
+ func testPoolCancellation() async throws {
41
let pool = LambdaHTTPServer.Pool<String>()
42
43
// Create a task that will be cancelled
0 commit comments