Skip to content

Commit 9a6d3fc

Browse files
authored
fix: add imports used in sample files. (#2532)
Local compilation is failing due to missing imports. The change adds the missing imports for integration test file. We would separately be investigating why these compilation issues were not detected earlier.
1 parent f659105 commit 9a6d3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/snippets/src/test/java/com/example/spanner/UpdateDatabaseSampleIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
import static org.junit.Assert.assertTrue;
2121

2222
import com.google.api.gax.longrunning.OperationFuture;
23+
import com.google.cloud.spanner.Database;
24+
import com.google.cloud.spanner.DatabaseId;
2325
import com.google.cloud.spanner.DatabaseInfo.DatabaseField;
2426
import com.google.spanner.admin.database.v1.UpdateDatabaseMetadata;
2527
import java.util.Collections;

0 commit comments

Comments
 (0)