We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee220e2 commit 84431e3Copy full SHA for 84431e3
packages/payment-detection/test/near/near-native.test.ts
@@ -64,7 +64,7 @@ describe('Near payments detection', () => {
64
expect(events).toHaveLength(1);
65
66
expect(events[0].amount).toBe('1000000000000000000000000');
67
- expect(events[0].timestamp).toBe(1631788427230);
+ expect(events[0].timestamp).toBe(1631788427);
68
expect(events[0].parameters?.receiptId).toBe('FYVnCvJFoNtK7LE2uAdTFfReFMGiCUHMczLsvEni1Cpf');
69
expect(events[0].parameters?.txHash).toBeUndefined();
70
expect(events[0].parameters?.block).toBe(47891257);
0 commit comments