Fixed test path.

This commit is contained in:
Nicolás Venturo
2018-10-02 10:48:54 -03:00
parent 269981ee6a
commit f4d6f40442

View File

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