Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 16, 2024
1 parent 7f2a7bc commit c9e0dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('replay events ingester', () => {
await ingester.start()
})

test('does not ingest messagse from a month in the future', async () => {
test('does not ingest messages from a month in the future', async () => {
const twoMonthsFromNow = DateTime.utc().plus({ months: 2 })

await ingester.consume(makeIncomingMessage("mickey's fun house", twoMonthsFromNow.toMillis()))
Expand Down

0 comments on commit c9e0dc1

Please sign in to comment.