Skip to content

Commit

Permalink
[cleanup][broker] Add missing @test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall committed Nov 18, 2022
1 parent e0606b4 commit 2dd599e
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 2dd599e

Please sign in to comment.