Explorar el Código

Fixed test path.

Nicolás Venturo hace 7 años
padre
commit
f4d6f40442
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');