Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Dec 20, 2024
1 parent 2e224a0 commit 2136aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('TemporalStateToIndexCandidateDiviner', () => {
describe('with previous state', () => {
it.each([1, 2, 3])('returns next state and batch results', async (batch) => {
const all = (await archivist.all()).sort(PayloadBuilder.compareStorageMeta)
const batchOffset = all.at((3 * batch) - 1)
const batchOffset = all.at((2 * batch) - 1)
expect(batchOffset).toBeDefined()
// Test across all offsets
const cursor = assertEx(batchOffset)._sequence
Expand Down

0 comments on commit 2136aaf

Please sign in to comment.