Unverified Commit 4ce0e211 by Francisco Giordano Committed by GitHub

Merge pull request #604 from elopio/tests/fix-ReentrancyGuard

test: fix the mocks path in ReentrancyGuard test
parents 9af6ad5d 4bb26c32
import expectThrow from './helpers/expectThrow';
const ReentrancyMock = artifacts.require('./helper/ReentrancyMock.sol');
const ReentrancyAttack = artifacts.require('./helper/ReentrancyAttack.sol');
const ReentrancyMock = artifacts.require('./mocks/ReentrancyMock.sol');
const ReentrancyAttack = artifacts.require('./mocks/ReentrancyAttack.sol');
contract('ReentrancyGuard', function (accounts) {
let reentrancyMock;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment