Skip to content

Commit f497246

Browse files
committed
trigger (generated)
Co-authored-by: shortcuts <[email protected]>
1 parent f098e26 commit f497246

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/output/javascript/src/e2e/insights.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('pushEvents', () => {
2828
index: 'products',
2929
userToken: 'user-123456',
3030
authenticatedUserToken: 'user-123456',
31-
timestamp: 1728345600000,
31+
timestamp: 1728864000000,
3232
objectIDs: ['9780545139700', '9780439784542'],
3333
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
3434
},
@@ -38,7 +38,7 @@ describe('pushEvents', () => {
3838
index: 'products',
3939
userToken: 'user-123456',
4040
authenticatedUserToken: 'user-123456',
41-
timestamp: 1728345600000,
41+
timestamp: 1728864000000,
4242
objectIDs: ['9780545139700', '9780439784542'],
4343
},
4444
],

tests/output/javascript/src/requests/insights.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('pushEvents', () => {
309309
index: 'products',
310310
userToken: 'user-123456',
311311
authenticatedUserToken: 'user-123456',
312-
timestamp: 1728345600000,
312+
timestamp: 1728864000000,
313313
objectIDs: ['9780545139700', '9780439784542'],
314314
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
315315
},
@@ -319,7 +319,7 @@ describe('pushEvents', () => {
319319
index: 'products',
320320
userToken: 'user-123456',
321321
authenticatedUserToken: 'user-123456',
322-
timestamp: 1728345600000,
322+
timestamp: 1728864000000,
323323
objectIDs: ['9780545139700', '9780439784542'],
324324
},
325325
],
@@ -335,7 +335,7 @@ describe('pushEvents', () => {
335335
index: 'products',
336336
userToken: 'user-123456',
337337
authenticatedUserToken: 'user-123456',
338-
timestamp: 1728345600000,
338+
timestamp: 1728864000000,
339339
objectIDs: ['9780545139700', '9780439784542'],
340340
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
341341
},
@@ -345,7 +345,7 @@ describe('pushEvents', () => {
345345
index: 'products',
346346
userToken: 'user-123456',
347347
authenticatedUserToken: 'user-123456',
348-
timestamp: 1728345600000,
348+
timestamp: 1728864000000,
349349
objectIDs: ['9780545139700', '9780439784542'],
350350
},
351351
],

0 commit comments

Comments
 (0)