fix test bug

This commit is contained in:
Jing Yu 2023-06-06 11:23:11 -07:00
parent 407e4bb04e
commit 1cd7e7e0df
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.DummyRegion
public class TestAsyncRegionServersCoprocessorEndpoint extends TestAsyncAdminBase { public class TestAsyncRegionServersCoprocessorEndpoint extends TestAsyncAdminBase {
@ClassRule @ClassRule
public static final HBaseClassTestRule CLASS_RULE = public static final HBaseClassTestRule CLASS_RULE =
HBaseClassTestRule.forClass(TestAsyncCoprocessorEndpoint.class); HBaseClassTestRule.forClass(TestAsyncRegionServersCoprocessorEndpoint.class);
private static final FileNotFoundException WHAT_TO_THROW = new FileNotFoundException("/file.txt"); private static final FileNotFoundException WHAT_TO_THROW = new FileNotFoundException("/file.txt");
private static final String DUMMY_VALUE = "val"; private static final String DUMMY_VALUE = "val";