Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Aug 28, 2024
1 parent 6cf8443 commit 9e82dd6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ public void testBooleanBlockOneMv() {
}
assertKeepMask(block);
try (ToMask mask = block.toMask()) {
/*
* NOTE: this test is customized to the layout above where we don't make
* any fields with 0 values.
*/
assertThat(mask.hadMultivaluedFields(), equalTo(true));
assertThat(mask.mask().getBoolean(0), equalTo(false));
for (int p = 1; p < positionCount; p++) {
Expand Down

0 comments on commit 9e82dd6

Please sign in to comment.