We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269981e commit f4d6f40Copy full SHA for f4d6f40
test/utils/ReentrancyGuard.test.js
@@ -1,4 +1,4 @@
1
-const { expectThrow } = require('./helpers/expectThrow');
+const { expectThrow } = require('../helpers/expectThrow');
2
const ReentrancyMock = artifacts.require('ReentrancyMock');
3
const ReentrancyAttack = artifacts.require('ReentrancyAttack');
4
0 commit comments