Skip to content

Commit

Permalink
fix: shorten the test instance name (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jul 7, 2021
1 parent 53ce713 commit 07c3eae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -416,7 +416,7 @@ public void testEncryptedDatabaseAndBackupSamples() throws Exception {
InstanceAdminClient instanceAdminClient = spanner.getInstanceAdminClient();
instanceAdminClient
.createInstance(InstanceInfo.newBuilder(InstanceId.of(projectId, instanceId))
.setDisplayName("Encrypted Databases and Backups test instance")
.setDisplayName("Encrypted test instance")
.setInstanceConfigId(InstanceConfigId.of(projectId, "regional-us-central1"))
.setNodeCount(1).build())
.get();
Expand Down

0 comments on commit 07c3eae

Please sign in to comment.