Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 07c3eae

Browse files
authored
fix: shorten the test instance name (#1284)
1 parent 53ce713 commit 07c3eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€Žsamples/snippets/src/test/java/com/example/spanner/SpannerSampleIT.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public void testEncryptedDatabaseAndBackupSamples() throws Exception {
416416
InstanceAdminClient instanceAdminClient = spanner.getInstanceAdminClient();
417417
instanceAdminClient
418418
.createInstance(InstanceInfo.newBuilder(InstanceId.of(projectId, instanceId))
419-
.setDisplayName("Encrypted Databases and Backups test instance")
419+
.setDisplayName("Encrypted test instance")
420420
.setInstanceConfigId(InstanceConfigId.of(projectId, "regional-us-central1"))
421421
.setNodeCount(1).build())
422422
.get();

0 commit comments

Comments
 (0)