aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-web-labels.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-web-labels.js')
-rw-r--r--test/test-web-labels.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-web-labels.js b/test/test-web-labels.js
index 1fc39b0..0cc3919 100644
--- a/test/test-web-labels.js
+++ b/test/test-web-labels.js
@@ -29,7 +29,7 @@ var mockLicenseList = [{
'free': true
}];
-var dom_handler = require('html_script_finder/dom_handler');
+var dom_handler = require('../lib/html_script_finder/dom_handler');
exports.testScriptHasJsWebLabel = function (assert) {
var dm = new dom_handler.DomHandler();