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 bff7507 commit 86591a7Copy full SHA for 86591a7
Tests/AWSLambdaRuntimeTests/PoolTests.swift
@@ -481,7 +481,7 @@ struct PoolTests {
481
482
try await group.waitForAll()
483
}
484
- }
+ }
485
486
// Pool should be back to clean state - verify by pushing and consuming normally
487
pool.push(LambdaHTTPServer.LocalServerResponse(id: "new-req", body: ByteBuffer(string: "new-data")))
0 commit comments