Skip to content

Commit 70d9dc7

Browse files
committed
test: unify n
1 parent 0df6a68 commit 70d9dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/datasketches/tuple/strings/AosSketchCrossLanguageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void generateBinariesForCompatibilityTestingNonEmptyNoEntries() throws IO
7272

7373
@Test(groups = {GENERATE_JAVA_FILES})
7474
public void generateBinariesForCompatibilityTestingMultiKeyStrings() throws IOException {
75-
int[] nArr = {0, 1, 10, 100, 1000, 10_000};
75+
int[] nArr = {0, 1, 10, 100, 1000, 10_000, 100_000, 1_000_000};
7676
for (int n : nArr) {
7777
ArrayOfStringsTupleSketch sk = new ArrayOfStringsTupleSketch();
7878
for (int i = 0; i < n; i++) {

0 commit comments

Comments
 (0)