Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Nov 27, 2023
1 parent 6bc6870 commit ed2d64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ describe('Integration tests', () => {
height: (await arweave.blocks.getCurrent()).height,
input: transferInteraction,
owner: walletAddress,
timestamp: (await arweave.blocks.getCurrent()).timestamp,
valid: true,
id: writeInteraction!.originalTxId,
});
Expand Down

0 comments on commit ed2d64d

Please sign in to comment.