Skip to content

Commit 60fc75f

Browse files
authored
Add missing test import (#23)
Motivation: I noticed nightly-main failed because of a missing import in tests. Auto-merge blasted over this previously. Modifications: Add the missing import. Result: nightly-main passes.
1 parent 67c8766 commit 60fc75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/GRPCReflectionServiceTests/GRPCReflectionServiceTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Foundation
1818
import GRPCCore
1919
import GRPCInProcessTransport
2020
import GRPCReflectionService
21+
import SwiftProtobuf
2122
import Testing
2223

2324
@Suite("gRPC Reflection Service Tests")

0 commit comments

Comments
 (0)