Browse Source

Fixed test path.

Nicolás Venturo 7 năm trước cách đây
mục cha
commit
f4d6f40442
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');