Skip to content

Commit eda4159

Browse files
committed
[DO NOT MERGE] Testing HADOOP-16888.
1 parent cb289d0 commit eda4159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCompressorDecompressor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
public class TestCompressorDecompressor {
4848

49-
private static final Random rnd = new Random(12345L);
49+
private static final Random rnd = new Random(123456789L);
5050

5151
@Test
5252
public void testCompressorDecompressor() {

0 commit comments

Comments
 (0)