move ganacheHelper

This commit is contained in:
poma 2019-07-18 21:38:21 +03:00
parent 6b3b7ca72b
commit f5d8f48cf0
No known key found for this signature in database
GPG key ID: 530BBEE4AE8C3604
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ require('chai')
.use(require('chai-as-promised'))
.should()
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
const MerkleTreeWithHistory = artifacts.require('./MerkleTreeWithHistoryMock.sol')
const MiMC = artifacts.require('./MiMC.sol')