mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
fix linter
This commit is contained in:
parent
b615b9b756
commit
391e8c090e
@ -96,10 +96,7 @@ describe('TornadoPool', function () {
|
||||
const newWithdrawalLimit = utils.parseEther('0.01337')
|
||||
const newDepositLimit = utils.parseEther('1337')
|
||||
|
||||
await tornadoPool.connect(multisig).configureLimits(
|
||||
newWithdrawalLimit,
|
||||
newDepositLimit,
|
||||
)
|
||||
await tornadoPool.connect(multisig).configureLimits(newWithdrawalLimit, newDepositLimit)
|
||||
|
||||
expect(await tornadoPool.maximumDepositAmount()).to.be.equal(newDepositLimit)
|
||||
expect(await tornadoPool.minimalWithdrawalAmount()).to.be.equal(newWithdrawalLimit)
|
||||
|
Loading…
Reference in New Issue
Block a user