diff --git a/notebook/tests/notebook/markdown.js b/notebook/tests/notebook/markdown.js index f26250a64..377b26ef5 100644 --- a/notebook/tests/notebook/markdown.js +++ b/notebook/tests/notebook/markdown.js @@ -14,7 +14,7 @@ casper.notebook_test(function () { function mathjax_render_test(input_string, result, message){ casper.thenEvaluate(function (text){ window._test_result = null; - require(['notebook/js/mathjaxutils'],function(mathjaxutils){ + require(['base/js/mathjaxutils'],function(mathjaxutils){ window._test_result = mathjaxutils.remove_math(text); }); }, {text: input_string});