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 9abd180 commit 11b551cCopy full SHA for 11b551c
Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift
@@ -386,7 +386,6 @@ struct LambdaRuntimeClientTests {
386
let (_, writer) = try await runtimeClient.nextInvocation()
387
let error = MyCustomError(message: "Something went wrong")
388
try await writer.reportError(error)
389
- try await writer.finish()
390
}
391
392
@@ -402,7 +401,6 @@ struct LambdaRuntimeClientTests {
402
401
403
let error = MyEnumError.anotherCase("test")
404
405
406
407
408
0 commit comments