mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
typo
This commit is contained in:
parent
03a2cb6535
commit
25e68b3a75
@ -6,7 +6,7 @@ casper.notebook_test(function () {
|
||||
this.evaluate(function () {
|
||||
IPython.notebook.kernel.kernel_info(
|
||||
function(msg){
|
||||
IPyton._kernel_info_response = msg;
|
||||
IPython._kernel_info_response = msg;
|
||||
})
|
||||
});
|
||||
|
||||
@ -18,7 +18,7 @@ casper.notebook_test(function () {
|
||||
});
|
||||
|
||||
this.then(function () {
|
||||
var kernel_info_response= this.evaluate(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');
|
||||
|
Loading…
Reference in New Issue
Block a user