Browse Source

Add missing test import (#130)

Motivation:

Nightly builds fails to compile because an extension defined in tests
relies on a missing import.

Modifications:

Add the missing import

Result:

Nightly CI passes
George Barnett 2 months ago
parent
commit
0393731de3

+ 1 - 0
Tests/GRPCNIOTransportCoreTests/Client/Connection/Connection+Equatable.swift

@@ -16,6 +16,7 @@
 
 import GRPCCore
 import GRPCNIOTransportCore
+import NIOHTTP2
 
 // Equatable conformance for these types is 'best effort', this is sufficient for testing but not
 // for general use.