Skip to content

Commit fb6fe42

Browse files
committed
Fix tests
1 parent 6d5ad57 commit fb6fe42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/AWSLambdaRuntimeCoreTests/Utils.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func runLambda(
8080
handlerProvider: @escaping (LambdaInitializationContext) -> EventLoopFuture<some ByteBufferLambdaHandler>
8181
) throws {
8282
let eventLoopGroup = NIOSingletons.posixEventLoopGroup.next()
83-
defer { XCTAssertNoThrow(try eventLoopGroup.syncShutdownGracefully()) }
8483
let logger = Logger(label: "TestLogger")
8584
let server = MockLambdaServer(behavior: behavior, port: 0)
8685
let port = try server.start().wait()

0 commit comments

Comments
 (0)