فهرست منبع

Fixed test path.

Nicolás Venturo 7 سال پیش
والد
کامیت
f4d6f40442
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/utils/ReentrancyGuard.test.js

+ 1 - 1
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');