Skip to content

Commit ee9caa6

Browse files
committed
chore: run code formatter
1 parent 57a8014 commit ee9caa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/google/cloud/spanner/jdbc/JdbcGrpcErrorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ public void transactionalCreateSession() throws SQLException {
430430

431431
@Test
432432
public void readOnlyCreateSession() throws SQLException {
433-
mockSpanner.setCreateSessionExecutionTime(
434-
SimulatedExecutionTime.ofException(serverException));
433+
mockSpanner.setCreateSessionExecutionTime(SimulatedExecutionTime.ofException(serverException));
435434
try (java.sql.Connection connection = createConnection()) {
436435
connection.setAutoCommit(false);
437436
connection.setReadOnly(true);

0 commit comments

Comments
 (0)