|
|
@@ -122,7 +122,7 @@ final class ProtobufCodeGeneratorTests: XCTestCase {
|
|
|
internal struct Hello_World_GreeterClient: Hello_World_Greeter.ClientProtocol {
|
|
|
private let client: GRPCCore.GRPCClient
|
|
|
|
|
|
- internal init(client: GRPCCore.GRPCClient) {
|
|
|
+ internal init(wrapping client: GRPCCore.GRPCClient) {
|
|
|
self.client = client
|
|
|
}
|
|
|
|
|
|
@@ -391,7 +391,7 @@ final class ProtobufCodeGeneratorTests: XCTestCase {
|
|
|
package struct GreeterClient: Greeter.ClientProtocol {
|
|
|
private let client: GRPCCore.GRPCClient
|
|
|
|
|
|
- package init(client: GRPCCore.GRPCClient) {
|
|
|
+ package init(wrapping client: GRPCCore.GRPCClient) {
|
|
|
self.client = client
|
|
|
}
|
|
|
|