We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a8014 commit ee9caa6Copy full SHA for ee9caa6
src/test/java/com/google/cloud/spanner/jdbc/JdbcGrpcErrorTest.java
@@ -430,8 +430,7 @@ public void transactionalCreateSession() throws SQLException {
430
431
@Test
432
public void readOnlyCreateSession() throws SQLException {
433
- mockSpanner.setCreateSessionExecutionTime(
434
- SimulatedExecutionTime.ofException(serverException));
+ mockSpanner.setCreateSessionExecutionTime(SimulatedExecutionTime.ofException(serverException));
435
try (java.sql.Connection connection = createConnection()) {
436
connection.setAutoCommit(false);
437
connection.setReadOnly(true);
0 commit comments