Commit 4bb26c32 by Leo Arias

test: fix the mocks path in ReentrancyGuard test

parent ddcae625
import expectThrow from './helpers/expectThrow'; import expectThrow from './helpers/expectThrow';
const ReentrancyMock = artifacts.require('./helper/ReentrancyMock.sol'); const ReentrancyMock = artifacts.require('./mocks/ReentrancyMock.sol');
const ReentrancyAttack = artifacts.require('./helper/ReentrancyAttack.sol'); const ReentrancyAttack = artifacts.require('./mocks/ReentrancyAttack.sol');
contract('ReentrancyGuard', function (accounts) { contract('ReentrancyGuard', function (accounts) {
let reentrancyMock; 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