Skip to content

Commit 553b366

Browse files
committed
tocuh a test
1 parent 7c68d78 commit 553b366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/bloom/TestBloomFilters.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ private void checkOnAbsentFalsePositive(int hashId, int numInsertions,
196196
assertFalse(filter.membershipTest(new Key(Integer.toString(i).getBytes())),
197197
" testRetouchedBloomFilterAddFalsePositive error " + i);
198198
}
199+
199200
}
200201

201202
@Test

0 commit comments

Comments
 (0)