File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Tests/AWSLambdaRuntimeTests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ struct PoolTests {
162162 #expect( Set ( receivedValues) . count == producerCount * messagesPerProducer)
163163 }
164164
165- // in Swift 6.0, the error returned by #expect(throwing:) macro is a tuple ()
166- // I decided to skip these tests on Swift 6.0
167- #if swift(>=6.1)
165+ // in Swift 6.0, the error returned by #expect(throwing:) macro is a tuple ()
166+ // I decided to skip these tests on Swift 6.0
167+ #if swift(>=6.1)
168168
169169 @Test
170170 @available ( LambdaSwift 2 . 0 , * )
@@ -515,7 +515,7 @@ struct PoolTests {
515515 let third = try await pool. next ( for: " req1 " )
516516 #expect( String ( buffer: third. body!) == " third " )
517517 }
518- #endif //swift >= 6.1
518+ #endif //swift >= 6.1
519519
520520}
521- #endif // trait
521+ #endif // trait
You can’t perform that action at this time.
0 commit comments