File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 
binder/src/test/java/io/grpc/binder/internal Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5656import  io .grpc .internal .ClientTransport ;
5757import  io .grpc .internal .ClientTransportFactory .ClientTransportOptions ;
5858import  io .grpc .internal .ConnectionClientTransport ;
59+ import  io .grpc .internal .DisconnectError ;
5960import  io .grpc .internal .GrpcUtil ;
6061import  io .grpc .internal .InternalServer ;
6162import  io .grpc .internal .ManagedClientTransport ;
@@ -336,7 +337,7 @@ public void clientIgnoresTransactionFromNonServerUids() throws Exception {
336337    sendShutdownTransportTransactionAsUid (client , serverUid );
337338
338339    verify (mockClientTransportListener , timeout (TIMEOUT_MS ))
339-         .transportShutdown (statusCaptor .capture ());
340+         .transportShutdown (statusCaptor .capture (),  any ( DisconnectError . class ) );
340341    assertThat (statusCaptor .getValue ().getCode ()).isEqualTo (Status .Code .UNAVAILABLE );
341342    assertThat (statusCaptor .getValue ().getDescription ()).contains ("shutdown" );
342343  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments