bump Verifier solidity version

This commit is contained in:
Alexey 2019-07-12 19:58:02 +03:00
parent 6c37ef479c
commit 9fe5d3fa1d
5 changed files with 60 additions and 245 deletions

View file

@ -26,7 +26,7 @@ contract('Mixer', async accounts => {
snapshotId = await takeSnapshot()
})
describe('#constuctor', async () => {
describe('#constructor', async () => {
it('should initialize', async () => {
const { AMOUNT } = process.env
const transferValue = await mixer.transferValue()