Skip to content

Commit 63ca2f2

Browse files
chore: generate libraries at Thu Jun 26 17:53:07 UTC 2025
1 parent eb6ae16 commit 63ca2f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/ConnectionOptionsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,8 +1317,7 @@ public void testAttemptDirectPath() {
13171317
ConnectionOptions.Builder builderWithoutDirectPathParam = ConnectionOptions.newBuilder();
13181318
builderWithoutDirectPathParam.setUri(
13191319
"spanner://localhost:15000/instances/default/databases/singers-db;usePlainText=true");
1320-
ConnectionOptions optionsWithoutExperimentalHostParam =
1321-
builderWithoutDirectPathParam.build();
1320+
ConnectionOptions optionsWithoutExperimentalHostParam = builderWithoutDirectPathParam.build();
13221321
assertFalse(optionsWithoutExperimentalHostParam.isAttemptDirectPath());
13231322

13241323
ConnectionOptions.Builder builderWithDirectPathParam = ConnectionOptions.newBuilder();

0 commit comments

Comments
 (0)