File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1317,8 +1317,7 @@ public void testAttemptDirectPath() {
1317
1317
ConnectionOptions .Builder builderWithoutDirectPathParam = ConnectionOptions .newBuilder ();
1318
1318
builderWithoutDirectPathParam .setUri (
1319
1319
"spanner://localhost:15000/instances/default/databases/singers-db;usePlainText=true" );
1320
- ConnectionOptions optionsWithoutExperimentalHostParam =
1321
- builderWithoutDirectPathParam .build ();
1320
+ ConnectionOptions optionsWithoutExperimentalHostParam = builderWithoutDirectPathParam .build ();
1322
1321
assertFalse (optionsWithoutExperimentalHostParam .isAttemptDirectPath ());
1323
1322
1324
1323
ConnectionOptions .Builder builderWithDirectPathParam = ConnectionOptions .newBuilder ();
You can’t perform that action at this time.
0 commit comments