test: fix the mocks path in ReentrancyGuard test

pull/604/head
Leo Arias 7 years ago
parent ddcae6254e
commit 4bb26c32b6
  1. 4
      test/ReentrancyGuard.test.js

@ -1,7 +1,7 @@
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;

Loading…
Cancel
Save