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

Commit b46048d

Browse files
chore: generate libraries at Tue Jun 17 02:33:58 UTC 2025
1 parent 7974d89 commit b46048d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/models

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/models/TableTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public void testFromProto() {
9090
assertThat(result.isAutomatedBackupEnabled()).isTrue();
9191
assertEquals(
9292
result.getAutomatedBackupPolicy().viewConfig(),
93-
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds: 1\n"
93+
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds:"
94+
+ " 1\n"
9495
+ //
9596
"nanos: 99\n"
9697
+ //

0 commit comments

Comments
 (0)