Fixed test path.

pull/1381/head
Nicolás Venturo 6 years ago
parent 269981ee6a
commit f4d6f40442
  1. 2
      test/utils/ReentrancyGuard.test.js

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

Loading…
Cancel
Save