Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Aug 16, 2023
1 parent e4d0765 commit 2f7ea97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public void testStubSettings() throws IOException {
"undeleteTableOperationSettings",
"updateTableSettings",
"updateTableOperationSettings",
"updateTableOperationSettings",
"copyBackupSettings",
"copyBackupOperationSettings",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@
<className>com/google/bigtable/admin/v2/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/bigtable/admin/v2/BigtableTableAdminGrpc</className>
<method>*copyBackup*</method>
</difference>
</differences>

0 comments on commit 2f7ea97

Please sign in to comment.