File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
xds/internal/balancer/clusterimpl/tests Expand file tree Collapse file tree 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) {
383383 EmptyCallF : func (ctx context.Context , _ * testpb.Empty ) (* testpb.Empty , error ) {
384384 return & testpb.Empty {}, nil
385385 },
386- FullDuplexCallF : func (stream testpb .TestService_FullDuplexCallServer ) error {
386+ FullDuplexCallF : func (stream testgrpc .TestService_FullDuplexCallServer ) error {
387387 for {
388388 if _ , err := stream .Recv (); err != nil {
389389 return err
@@ -478,7 +478,7 @@ func (s) TestCircuitBreakingLogicalDNS(t *testing.T) {
478478 EmptyCallF : func (ctx context.Context , _ * testpb.Empty ) (* testpb.Empty , error ) {
479479 return & testpb.Empty {}, nil
480480 },
481- FullDuplexCallF : func (stream testpb .TestService_FullDuplexCallServer ) error {
481+ FullDuplexCallF : func (stream testgrpc .TestService_FullDuplexCallServer ) error {
482482 for {
483483 if _ , err := stream .Recv (); err != nil {
484484 return err
You can’t perform that action at this time.
0 commit comments