瀏覽代碼

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 月之前
父節點
當前提交
0393731de3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Tests/GRPCNIOTransportCoreTests/Client/Connection/Connection+Equatable.swift

+ 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.