Skip to content

Commit 11b551c

Browse files
committed
Revert "I believe I forgot a .finish call which is needed for proper cleanup and was causing failed tests"
This reverts commit 9abd180.
1 parent 9abd180 commit 11b551c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ struct LambdaRuntimeClientTests {
386386
let (_, writer) = try await runtimeClient.nextInvocation()
387387
let error = MyCustomError(message: "Something went wrong")
388388
try await writer.reportError(error)
389-
try await writer.finish()
390389
}
391390
}
392391

@@ -402,7 +401,6 @@ struct LambdaRuntimeClientTests {
402401
let (_, writer) = try await runtimeClient.nextInvocation()
403402
let error = MyEnumError.anotherCase("test")
404403
try await writer.reportError(error)
405-
try await writer.finish()
406404
}
407405
}
408406
}

0 commit comments

Comments
 (0)