File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
src/test/java/com/google/cloud/spanner/jdbc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161      <dependency >
6262        <groupId >com.google.cloud</groupId >
6363        <artifactId >google-cloud-spanner-bom</artifactId >
64-         <version >6.74.0 </version >
64+         <version >6.74.1 </version >
6565        <type >pom</type >
6666        <scope >import</scope >
6767      </dependency >
Original file line number Diff line number Diff line change 3030      <dependency >
3131        <groupId >com.google.cloud</groupId >
3232        <artifactId >google-cloud-spanner-bom</artifactId >
33-         <version >6.74.0 </version >
33+         <version >6.74.1 </version >
3434        <scope >import</scope >
3535        <type >pom</type >
3636      </dependency >
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public void testSetOptions() throws SQLException {
153153      try  (java .sql .ResultSet  rs  =
154154          connection .createStatement ().executeQuery ("SHOW VARIABLE RPC_PRIORITY" )) {
155155        assertThat (rs .next ()).isTrue ();
156-         assertThat (rs .getString ("RPC_PRIORITY" )).isEqualTo ("PRIORITY_UNSPECIFIED " );
156+         assertThat (rs .getString ("RPC_PRIORITY" )).isEqualTo ("UNSPECIFIED " );
157157        assertThat (rs .next ()).isFalse ();
158158      }
159159    }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments