mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
code stylr fixes
This commit is contained in:
parent
3b583d2157
commit
0dac11f1fb
@ -1,5 +1,7 @@
|
||||
.vscode
|
||||
.idea
|
||||
artifacts
|
||||
artifacts-ovm
|
||||
cache
|
||||
cache-ovm
|
||||
contracts/Verifier*.sol
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* eslint-disable indent */
|
||||
require('@nomiclabs/hardhat-waffle')
|
||||
require('@eth-optimism/hardhat-ovm')
|
||||
require('dotenv').config()
|
||||
|
@ -57,7 +57,7 @@ describe('TornadoPool', () => {
|
||||
await proxy
|
||||
.admin()
|
||||
.should.be.revertedWith(
|
||||
"Transaction reverted: function selector was not recognized and there's no fallback function",
|
||||
'Transaction reverted: function selector was not recognized and there is no fallback function',
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user