Skip to content

Commit 07c3eae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)