diff options
Diffstat (limited to 'test/test-accepted_scripts.js')
-rw-r--r-- | test/test-accepted_scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-accepted_scripts.js b/test/test-accepted_scripts.js index 4e5ee16..812f538 100644 --- a/test/test-accepted_scripts.js +++ b/test/test-accepted_scripts.js @@ -20,7 +20,7 @@ * along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. */ -var acceptedScripts = require('script_entries/accepted_scripts') +var acceptedScripts = require('../lib/script_entries/accepted_scripts') .acceptedScripts; exports.testAddAScript = function (assert) { |