Skip to content

Commit 459fd38

Browse files
committed
Fix test import
1 parent 6ba8b32 commit 459fd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactionWithShippingCoprocessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.hadoop.conf.Configuration;
2727
import org.apache.hadoop.hbase.Cell;
2828
import org.apache.hadoop.hbase.HBaseClassTestRule;
29-
import org.apache.hadoop.hbase.HBaseTestingUtil;
29+
import org.apache.hadoop.hbase.HBaseTestingUtility;
3030
import org.apache.hadoop.hbase.HConstants;
3131
import org.apache.hadoop.hbase.TableName;
3232
import org.apache.hadoop.hbase.client.RegionLocator;
@@ -58,7 +58,7 @@ public class TestCompactionWithShippingCoprocessor {
5858
public static final HBaseClassTestRule CLASS_RULE =
5959
HBaseClassTestRule.forClass(TestCompactionWithShippingCoprocessor.class);
6060

61-
protected final static HBaseTestingUtil TEST_UTIL = new HBaseTestingUtil();
61+
protected final static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();
6262
private static final byte[] FAMILY = Bytes.toBytes("testFamily");
6363

6464
@Rule

0 commit comments

Comments
 (0)