Fixed test path.

(cherry picked from commit f4d6f40442)
This commit is contained in:
Nicolás Venturo
2018-10-02 10:48:54 -03:00
committed by Leo Arias
parent 2f3f0d3c8a
commit 13fb1f662a

View File

@ -1,4 +1,4 @@
const { expectThrow } = require('./helpers/expectThrow'); const { expectThrow } = require('../helpers/expectThrow');
const ReentrancyMock = artifacts.require('ReentrancyMock'); const ReentrancyMock = artifacts.require('ReentrancyMock');
const ReentrancyAttack = artifacts.require('ReentrancyAttack'); const ReentrancyAttack = artifacts.require('ReentrancyAttack');