Skip to content

Commit 86c5e87

Browse files
authored
Add explicit import of NIOCore (#503)
Motivation: Nightly CI builders need all the imports to be correct, and we were missing a NIOCore import in the tests. Modifications: import NIOCore Result: Nice builds in the 6.1 nightlies
1 parent 94d63e7 commit 86c5e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/NIOSSLTests/SecurityFrameworkVerificationTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
import NIOCore
1516
import XCTest
1617

1718
@testable import NIOSSL

0 commit comments

Comments
 (0)