Skip to content

Commit f4d6f40

Browse files
committed
Fixed test path.
1 parent 269981e commit f4d6f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/ReentrancyGuard.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { expectThrow } = require('./helpers/expectThrow');
1+
const { expectThrow } = require('../helpers/expectThrow');
22
const ReentrancyMock = artifacts.require('ReentrancyMock');
33
const ReentrancyAttack = artifacts.require('ReentrancyAttack');
44

0 commit comments

Comments
 (0)