Skip to content

Commit

Permalink
ON-787: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 9, 2024
1 parent 2065405 commit 3fa67fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OriumSftMarketplace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('OriumSftMarketplace', () => {
tokenAmount,
feeTokenAddress: await mockERC20.getAddress(),
feeAmountPerSecond: toWei('0.0000001'),
deadline: blockTimestamp + ONE_DAY,
deadline: Number(blockTimestamp) + ONE_DAY,
minDuration: 0,
roles: [UNIQUE_ROLE],
rolesData: [EMPTY_BYTES],
Expand Down

0 comments on commit 3fa67fd

Please sign in to comment.