aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-url_handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-url_handler.js')
-rw-r--r--test/test-url_handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-url_handler.js b/test/test-url_handler.js
index 54f4171..457c6c7 100644
--- a/test/test-url_handler.js
+++ b/test/test-url_handler.js
@@ -19,7 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>.
*/
-const urlHandler = require('url_handler/url_handler');
+const urlHandler = require('../lib/url_handler/url_handler');
exports.testRemoveFragment1 = function (test) {
var url = 'http://example.org/blah.html#section';