Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Mar 26, 2024
1 parent 194e1db commit fa80a62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ public void unsorted() {
new int[] {6, 6, 1, 2, 2, 2, 5, 6});
assertSeekPositionAllRows(t, 2,
new int[] {3, 3, 3, 7, 7, 7, 7, 3},
new int[] {6, 6, 1, 2, 2, 2, 5, 6});
new int[] {7, 7, 7, 7, 3, 3, 3, 3});
assertSeekPositionAllRows(t, 3,
new int[] {4, 4, 4, 4, 0, 0, 0, 0},
new int[] {6, 6, 1, 2, 2, 2, 5, 6});
new int[] {4, 0, 0, 0, 0, 4, 4, 4});
}
}

0 comments on commit fa80a62

Please sign in to comment.