Skip to content

Commit

Permalink
Fix acquireNextByteStore0 when shifting backwards, closes #452
Browse files Browse the repository at this point in the history
  • Loading branch information
glukos committed Sep 30, 2022
1 parent fe56a03 commit 6ffb9ed
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -111,7 +111,6 @@ public void testAcquireNextByteStoreShiftingBackwards() throws IOException {

bytesW.readPosition(chunkSize * 2 - 2);
Assert.assertEquals(9, bytesW.readInt());

}
}

Expand Down

0 comments on commit 6ffb9ed

Please sign in to comment.