Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jan 26, 2024
1 parent fb72469 commit 59c6f9b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,7 @@ public void testStartsWith(
IntStream.range(0, rowCountList.size())
.forEach(
i ->
assertThat(
predicate.test(
GenericRow.of(
rowCountList.get(i),
statsList.get(i))))
assertThat(predicate.test(rowCountList.get(i), statsList.get(i)))
.isEqualTo(expectedForStats.get(i)));
}

Expand Down

0 comments on commit 59c6f9b

Please sign in to comment.