Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srinjoyray committed Oct 28, 2024
1 parent b58db82 commit 2c718f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testReverseCursor() {
@SuppressWarnings("deprecation")
@Test
public void testReverseCursorPostfix() {
IndexPostfix postfixPosition = IndexPostfix.newBuilder().setKey(Reference.newBuilder().buildPartial()).setBefore(true).buildPartial();
IndexPostfix postfixPosition = IndexPostfix.newBuilder().setKey(Reference.getDefaultInstance()).setBefore(true).buildPartial();
Cursor pfCursor = toCursor(CompiledCursor.newBuilder().setPostfixPosition(postfixPosition).buildPartial());

// reverse() is a no-op.
Expand Down

0 comments on commit 2c718f9

Please sign in to comment.