Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed May 27, 2021
1 parent f4e8498 commit 7e1d820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smart-contracts/test/Lock/createLockWithInfiniteKeys.js
@@ -1,4 +1,5 @@
const BigNumber = require('bignumber.js')
const { constants } = require('hardlydifficult-eth')

const PublicLock = artifacts.require('PublicLock.sol')
const getProxy = require('../helpers/proxy')
Expand All @@ -19,7 +20,7 @@ contract('Lock / createLockWithInfiniteKeys', () => {
60 * 60 * 24 * 30, // expirationDuration: 30 days
web3.utils.padLeft(0, 40),
web3.utils.toWei('1', 'ether'), // keyPrice: in wei
-1, // maxNumberOfKeys
constants.MAX_UINT, // maxNumberOfKeys
'Infinite Keys Lock',
'0x000000000000000000000000'
)
Expand Down

0 comments on commit 7e1d820

Please sign in to comment.