Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Feb 23, 2024
1 parent 29be5e3 commit 87c3dee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ describe('session-manager', () => {
expect(sessionManager.buffer?.context).toEqual({
sizeEstimate: 193,
count: 1,
eventsRange: { firstTimestamp: 1527202800000, lastTimestamp: 1527202801000 },
createdAt: 1527202800000,
eventsRange: { firstTimestamp: timestamp, lastTimestamp: timestamp + 1000 },
createdAt: timestamp,
})

const stats = await fs.stat(`${sessionManager.context.dir}/buffer.jsonl`)
Expand Down

0 comments on commit 87c3dee

Please sign in to comment.