File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed 
spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/core Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,6 @@ void shouldSelectOneDoNotOverrideExistingLimit() {
299299	@ Test  // GH-220 
300300	void  shouldUpdateByQuery () {
301301
302- 		MockRowMetadata  metadata  = MockRowMetadata .builder ()
303- 				.columnMetadata (MockColumnMetadata .builder ().name ("name" ).type (R2dbcType .VARCHAR ).build ()).build ();
304302		MockResult  result  = MockResult .builder ().rowsUpdated (1 ).build ();
305303
306304		recorder .addStubbing (s  -> s .startsWith ("UPDATE" ), result );
@@ -321,8 +319,6 @@ void shouldUpdateByQuery() {
321319	@ Test  // GH-220 
322320	void  shouldDeleteByQuery () {
323321
324- 		MockRowMetadata  metadata  = MockRowMetadata .builder ()
325- 				.columnMetadata (MockColumnMetadata .builder ().name ("name" ).type (R2dbcType .VARCHAR ).build ()).build ();
326322		MockResult  result  = MockResult .builder ().rowsUpdated (1 ).build ();
327323
328324		recorder .addStubbing (s  -> s .startsWith ("DELETE" ), result );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments