summaryrefslogtreecommitdiff
path: root/test/parallel/test-eslint-prefer-common-mustnotcall.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-eslint-prefer-common-mustnotcall.js')
-rw-r--r--test/parallel/test-eslint-prefer-common-mustnotcall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-eslint-prefer-common-mustnotcall.js b/test/parallel/test-eslint-prefer-common-mustnotcall.js
index 848e762ce3..c2e298cde2 100644
--- a/test/parallel/test-eslint-prefer-common-mustnotcall.js
+++ b/test/parallel/test-eslint-prefer-common-mustnotcall.js
@@ -2,7 +2,7 @@
require('../common');
-const RuleTester = require('../../tools/eslint').RuleTester;
+const RuleTester = require('../../tools/node_modules/eslint').RuleTester;
const rule = require('../../tools/eslint-rules/prefer-common-mustnotcall');
const message = 'Please use common.mustNotCall(msg) instead of ' +