Skip to content

Commit 4d5b201

Browse files
committed
add missing imports
1 parent 8040c4e commit 4d5b201

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Sources/GRPCInteropTests/InteroperabilityTestCases.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
internal import GRPCCore
18+
import SwiftProtobuf
1819

1920
private import struct Foundation.Data
2021

Sources/GRPCInteropTests/TestService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
private import Foundation
1818
public import GRPCCore
19+
import SwiftProtobuf
1920

2021
public struct TestService: Grpc_Testing_TestService.ServiceProtocol {
2122
public init() {}

Tests/GRPCHealthServiceTests/HealthTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import GRPCCore
1818
import GRPCHealthService
1919
import GRPCInProcessTransport
20+
import SwiftProtobuf
2021
import XCTest
2122

2223
final class HealthTests: XCTestCase {

0 commit comments

Comments
 (0)