aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit_tests/exclusion_test.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/exclusion_test.coffee')
-rw-r--r--tests/unit_tests/exclusion_test.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/exclusion_test.coffee b/tests/unit_tests/exclusion_test.coffee
index 097e1f30..28c17a2f 100644
--- a/tests/unit_tests/exclusion_test.coffee
+++ b/tests/unit_tests/exclusion_test.coffee
@@ -14,7 +14,7 @@ root.Marks =
extend(global, require "../../lib/utils.js")
Utils.getCurrentVersion = -> '1.44'
-extend(global,require "../../background_scripts/settings.js")
+extend(global,require "../../lib/settings.js")
Settings.init()
extend(global, require "../../background_scripts/exclusions.js")
extend(global, require "../../background_scripts/commands.js")