diff --git a/Tests/NIOTests/EventLoopTest.swift b/Tests/NIOTests/EventLoopTest.swift index f01d2079..0a055d3f 100644 --- a/Tests/NIOTests/EventLoopTest.swift +++ b/Tests/NIOTests/EventLoopTest.swift @@ -208,7 +208,7 @@ public class EventLoopTest : XCTestCase { t.affinity = set XCTAssertEqual(set, t.affinity) } - let threads: [ThreadInitializer] = [fn, body] + let threads: [ThreadInitializer] = [body, body] let group = MultiThreadedEventLoopGroup(threadInitializers: threads)