Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Oct 24, 2022
1 parent 6ec7dc6 commit 39da371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ public void openReadOnlyManagedLedgerFailed(ManagedLedgerException exception, Ob
assertEquals(snapshot.getSequenceId(), 2L);
assertEquals(snapshot.getMaxReadPositionLedgerId(), 2L);
assertEquals(snapshot.getMaxReadPositionEntryId(), 3L);
assertEquals(snapshot.getAborts().get(0), new TxnID(1, 1));
assertEquals(snapshot.getAborts().get(0), new TxnIDData(1, 1));
}

}

0 comments on commit 39da371

Please sign in to comment.