Skip to content

Commit be8ca16

Browse files
committed
fix test method name
1 parent 019c665 commit be8ca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestScannersWithFilters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ public void testMultiRowRangeFilter() throws Exception {
976976
}
977977

978978
@Test
979-
public void testFuzzyKeyFilter() throws Exception {
979+
public void testFuzzyRowFilter() throws Exception {
980980
long expectedRows = 4;
981981
long expectedKeys = colsPerRow;
982982
List<Pair<byte[], byte[]>> fuzzyKeys = new ArrayList<>();

0 commit comments

Comments
 (0)