Skip to content

Commit

Permalink
[improve][test] Add missing @test annotation (apache#18528)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall authored and lifepuzzlefun committed Dec 9, 2022
1 parent cbebe73 commit f5666bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public void testRepeatCloseCursor() throws Exception {
assertEquals(cursor.getState(), ManagedCursorImpl.State.Closed.toString());
}

@Test
public void testOpenCursorWithNullInitialPosition() throws Exception {
ManagedLedgerConfig config = new ManagedLedgerConfig();
ManagedLedger ledger = factory.open("testOpenCursorWithNullInitialPosition", config);
Expand Down

0 comments on commit f5666bf

Please sign in to comment.