Fix StoreAwareJournal test given updated journal's iterator starting pos

This commit is contained in:
Grigorii Kirgizov 2019-05-28 17:24:00 +03:00
parent 97d36d8d1f
commit c9b486c170
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ class TestStoreAwareJournal {
// walk by history, remove the third chunk (i.e. match of rule2a)
// continue from the second chunk (match of rule1)
val rmIt = iterator()
rmIt.next() // skip initial chunk
val continueFrom = rmIt.next()
rmIt.next()
rmIt.remove()