(cherry picked from commit f4d6f404424669e0eef7faa05fd89ab9945f265b)
@@ -1,4 +1,4 @@
-const { expectThrow } = require('./helpers/expectThrow');
+const { expectThrow } = require('../helpers/expectThrow');
const ReentrancyMock = artifacts.require('ReentrancyMock');
const ReentrancyAttack = artifacts.require('ReentrancyAttack');