Skip to content

Commit

Permalink
Can't be small
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Dec 17, 2024
1 parent 04d8fcb commit 0dfb43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public void testThirdExample() {
}

public void testRandom() {
int leftSize = between(1, 10000);
int leftSize = between(100, 10000);
BlockFactory factory = blockFactory();
ElementType[] leftColumns = randomArray(1, 10, ElementType[]::new, BasicBlockTests::randomElementType);
ElementType[] rightColumns = randomArray(1, 10, ElementType[]::new, BasicBlockTests::randomElementType);
Expand Down

0 comments on commit 0dfb43c

Please sign in to comment.