Skip to content

Commit

Permalink
fix hardcoded size
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Oct 16, 2024
1 parent 9a4d96a commit d91409d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ public void testLongBytesRefHashWithMultiValuedFields() {
} else {
assertThat(
ordsAndKeys.description,
equalTo("BytesRefLongBlockHash{keys=[BytesRefKey[channel=1], LongKey[channel=0]], entries=9, size=491b}")
equalTo("BytesRefLongBlockHash{keys=[BytesRefKey[channel=1], LongKey[channel=0]], entries=9, size=483b}")
);
assertOrds(
ordsAndKeys.ords,
Expand Down

0 comments on commit d91409d

Please sign in to comment.