fix safe_append_output test

pull/37/head
MinRK 12 years ago
parent de0b7f140c
commit 378223e791

@ -14,7 +14,7 @@ casper.notebook_test(function () {
this.evaluate(function () {
var cell = IPython.notebook.get_cell(0);
cell.set_text( "dp = get_ipython().display_pub\n" +
"dp.publish('test', {'text/plain' : '5', 'image/png' : 5})"
"dp.publish({'text/plain' : '5', 'image/png' : 5})"
);
cell.execute();
});

Loading…
Cancel
Save