Skip to content

Commit

Permalink
Remove unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
gortiz committed Nov 7, 2024
1 parent 4cd3229 commit 0b5746c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import org.apache.pinot.spi.utils.BytesUtils;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import org.testng.collections.Lists;

import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
Expand All @@ -53,9 +52,6 @@ public class ValueReaderComparisonTest {

@DataProvider
public static Object[] text() {
List<Integer> i1 = Collections.nCopies(NUM_ROUNDS, 1);
List<Integer> i2 = Collections.nCopies(NUM_ROUNDS, 2);
Lists.merge(i1, i2);
return Collections.nCopies(NUM_ROUNDS,
Stream.of(
Pair.of(ByteOrder.BIG_ENDIAN, true),
Expand Down

0 comments on commit 0b5746c

Please sign in to comment.