From c9e0dc1baa69536a0ae5480e376fe08a18af18cb Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Sat, 16 Mar 2024 08:19:09 +0000 Subject: [PATCH] typo --- .../session-recording/services/replay-events-ingester.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-server/tests/main/ingestion-queues/session-recording/services/replay-events-ingester.test.ts b/plugin-server/tests/main/ingestion-queues/session-recording/services/replay-events-ingester.test.ts index ca79fdda21366..af798504406e6 100644 --- a/plugin-server/tests/main/ingestion-queues/session-recording/services/replay-events-ingester.test.ts +++ b/plugin-server/tests/main/ingestion-queues/session-recording/services/replay-events-ingester.test.ts @@ -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()))