Skip to content

Commit

Permalink
fix test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Jul 10, 2024
1 parent 9158e87 commit 0270b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ public void testMultiRowRangeFilter() throws Exception {
}

@Test
public void testFuzzyKeyFilter() throws Exception {
public void testFuzzyRowFilter() throws Exception {
long expectedRows = 4;
long expectedKeys = colsPerRow;
List<Pair<byte[], byte[]>> fuzzyKeys = new ArrayList<>();
Expand Down

0 comments on commit 0270b95

Please sign in to comment.