fix js formatting

Matthias BUSSONNIER 12 years ago
parent 4ecf5c8e5b
commit 03a2cb6535

@ -17,13 +17,12 @@ casper.notebook_test(function () {
});
});
this.then(
function () {
var kernel_info_response= this.evaluate(function(){
return IPython._kernel_info_response;
this.then(function () {
var kernel_info_response= this.evaluate(function(){
return IPython._kernel_info_response;
});
this.test.assertTrue( kernel_info_response.msg_type === 'kernel_info_reply', 'Kernel info request return kernel_info_reply');
this.test.assertTrue( kernel_info_response.content !== undefined, 'Kernel_info_reply is not undefined');
);
});
});

Loading…
Cancel
Save