Skip to content

Commit 6b07955

Browse files
committed
remove compilation warning
1 parent 89cd259 commit 6b07955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ struct LambdaRuntimeClientTests {
299299
try await writer.writeAndFinish(ByteBuffer(string: "hello"))
300300

301301
// continue to simulate traffic until the server reports it has closed the connection
302-
for i in 1...100 {
302+
for _ in 1...1000 {
303303
let (_, writer2) = try await runtimeClient.nextInvocation()
304304
try await writer2.writeAndFinish(ByteBuffer(string: "hello"))
305305
}

0 commit comments

Comments
 (0)