File tree 1 file changed +2
-2
lines changed
xds/internal/balancer/clusterimpl/tests
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ func (s) TestCircuitBreaking(t *testing.T) {
383
383
EmptyCallF : func (ctx context.Context , _ * testpb.Empty ) (* testpb.Empty , error ) {
384
384
return & testpb.Empty {}, nil
385
385
},
386
- FullDuplexCallF : func (stream testpb .TestService_FullDuplexCallServer ) error {
386
+ FullDuplexCallF : func (stream testgrpc .TestService_FullDuplexCallServer ) error {
387
387
for {
388
388
if _ , err := stream .Recv (); err != nil {
389
389
return err
@@ -478,7 +478,7 @@ func (s) TestCircuitBreakingLogicalDNS(t *testing.T) {
478
478
EmptyCallF : func (ctx context.Context , _ * testpb.Empty ) (* testpb.Empty , error ) {
479
479
return & testpb.Empty {}, nil
480
480
},
481
- FullDuplexCallF : func (stream testpb .TestService_FullDuplexCallServer ) error {
481
+ FullDuplexCallF : func (stream testgrpc .TestService_FullDuplexCallServer ) error {
482
482
for {
483
483
if _ , err := stream .Recv (); err != nil {
484
484
return err
You can’t perform that action at this time.
0 commit comments