Skip to content

Commit

Permalink
HBASE-27823 Addendum fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed May 4, 2023
1 parent 558913e commit 1df5e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public MultiResponse answer(InvocationOnMock invocation) throws Throwable {
// ClusterConnection return the HRI. Have the HRI return a few mocked up responses
// to make our test work.
this.connection = HConnectionTestingUtility.getMockedConnectionAndDecorate(getConfiguration(),
Mockito.mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
RegionInfoBuilder.FIRST_META_REGIONINFO);
// Set hbase.rootdir into test dir.
Path rootdir = CommonFSUtils.getRootDir(getConfiguration());
Expand Down

0 comments on commit 1df5e40

Please sign in to comment.