Skip to content

Commit a1ee6c1

Browse files
committed
Add comment to test
1 parent 27ac22d commit a1ee6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaRuntimeCoreTests/LambdaRuntimeClientTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ struct LambdaRuntimeClientTests {
123123
try await withThrowingTaskGroup(of: Void.self) { group in
124124
group.addTask {
125125
while true {
126-
print("Waiting")
127126
let (_, writer) = try await runtimeClient.nextInvocation()
127+
// Wrap this is a task so cancellation isn't propagated to the write calls
128128
try await Task {
129129
try await writer.write(ByteBuffer(string: "hello"))
130130
try await writer.finish()

0 commit comments

Comments
 (0)