Skip to content

Commit 496dc55

Browse files
committed
fix p12 test
1 parent 9fcb25f commit 496dc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MQTTNIOTests/MQTTNIOTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ final class MQTTNIOTests: XCTestCase {
133133
host: Self.hostname,
134134
port: 8883,
135135
identifier: "testSSLConnectFromP12",
136-
eventLoopGroupProvider: .shared(MultiThreadedEventLoopGroup.singleton),
136+
eventLoopGroupProvider: .shared(Self.eventLoopGroupSingleton),
137137
logger: self.logger,
138138
configuration: .init(
139139
useSSL: true,

0 commit comments

Comments
 (0)