Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Sep 6, 2023
1 parent 5fdcbc3 commit e960168
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ void readFromEmptyLedger() throws Exception {
entries.forEach(Entry::release);

// Test string representation
assertEquals(c1.toString(), "NonDurableCursorImpl{ledger=my_test_ledger, ackPos=3:-1, readPos=3:1}");
assertEquals(c1.toString(), "NonDurableCursorImpl{ledger=my_test_ledger, cursor="
+ c1.getName() + ", ackPos=3:-1, readPos=3:1}");
}

@Test(timeOut = 20000)
Expand Down

0 comments on commit e960168

Please sign in to comment.