Skip to content

Commit a4ac275

Browse files
committed
fix test
1 parent 3329474 commit a4ac275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/tests/notebook/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ casper.notebook_test(function () {
1414
function mathjax_render_test(input_string, result, message){
1515
casper.thenEvaluate(function (text){
1616
window._test_result = null;
17-
require(['notebook/js/mathjaxutils'],function(mathjaxutils){
17+
require(['base/js/mathjaxutils'],function(mathjaxutils){
1818
window._test_result = mathjaxutils.remove_math(text);
1919
});
2020
}, {text: input_string});

0 commit comments

Comments
 (0)