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

Commit e97801b

Browse files
committed
fix more tests
1 parent e038402 commit e97801b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ public void testDeleteAuthorizedView() {
13391339
}
13401340

13411341
@Test
1342-
public void testCreateSchemaBundle() throws IOException {
1342+
public void testCreateSchemaBundle() throws IOException, URISyntaxException {
13431343
// Setup
13441344
Mockito.when(mockStub.createSchemaBundleOperationCallable())
13451345
.thenReturn(mockCreateSchemaBundleOperationCallable);
@@ -1386,7 +1386,7 @@ public void testCreateSchemaBundle() throws IOException {
13861386
}
13871387

13881388
@Test
1389-
public void testUpdateSchemaBundle() throws IOException {
1389+
public void testUpdateSchemaBundle() throws IOException, URISyntaxException {
13901390
// Setup
13911391
Mockito.when(mockStub.updateSchemaBundleOperationCallable())
13921392
.thenReturn(mockUpdateSchemaBundleOperationCallable);

0 commit comments

Comments
 (0)