diff --git a/tests/integration/routes.test.ts b/tests/integration/routes.test.ts index 1205963..8243deb 100644 --- a/tests/integration/routes.test.ts +++ b/tests/integration/routes.test.ts @@ -82,7 +82,7 @@ describe('Integration tests', () => { height: (await arweave.blocks.getCurrent()).height, input: transferInteraction, owner: walletAddress, - timestamp: (await arweave.blocks.getCurrent()).timestamp, + timestamp: (await arweave.blocks.getCurrent()).timestamp / 1000, valid: true, id: writeInteraction!.originalTxId, });