This commit is contained in:
Alexey 2019-11-14 20:41:31 +03:00
parent 5b60e44a7e
commit 0393ee9c05
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ contract('ERC20Mixer', accounts => {
await token.approve(mixer.address, tokenDenomination)
let error = await mixer.deposit(commitment, { from: sender, value: 1e6 }).should.be.rejected
error.reason.should.be.equal('ETH value is supposed to be 0 for ETH mixer')
error.reason.should.be.equal('ETH value is supposed to be 0 for ERC20 mixer')
})
})