From 2124dd91e87e1af3126bf371bf346c8f5ead83d6 Mon Sep 17 00:00:00 2001 From: Ethan Jaffee Date: Wed, 8 Nov 2023 11:19:37 -0500 Subject: [PATCH] fix test timestamp diff --- tests/AnalyticsEventReporter.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AnalyticsEventReporter.test.ts b/tests/AnalyticsEventReporter.test.ts index c487c1d6..e1bccf9a 100644 --- a/tests/AnalyticsEventReporter.test.ts +++ b/tests/AnalyticsEventReporter.test.ts @@ -631,7 +631,7 @@ describe('Test report function', () => { siteUid: 321, template: 'template' }, - timestamp: new Date(12, 7), + timestamp: '1912-08-01T05:00:00.000Z', value: { amount: 1, currency: 'USD'