Skip to content

Commit f9b3ecf

Browse files
committed
fix test
1 parent 02c9bbc commit f9b3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/tests/notebook/markdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ casper.notebook_test(function () {
112112
function mathjax_render_test(input_string, result, message){
113113
casper.thenEvaluate(function (text){
114114
window._test_result = null;
115-
require(['notebook/js/mathjaxutils'],function(mathjaxutils){
115+
require(['base/js/mathjaxutils'],function(mathjaxutils){
116116
window._test_result = mathjaxutils.remove_math(text);
117117
});
118118
}, {text: input_string});

0 commit comments

Comments
 (0)