mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fix conflict with d1305d7510cc3
This commit is contained in:
parent
032300ea49
commit
d2df98ce1a
@ -162,7 +162,7 @@ casper.notebook_test(function () {
|
||||
'print("Success")\n');
|
||||
this.execute_cell_then(index, function(index){
|
||||
this.test.assertEquals(0, 0, 'Invalid int range max bound does not cause crash.');
|
||||
});
|
||||
}, true);
|
||||
|
||||
index = this.append_cell(
|
||||
'a = widgets.IntSlider()\n' +
|
||||
@ -171,5 +171,5 @@ casper.notebook_test(function () {
|
||||
'print("Success")\n');
|
||||
this.execute_cell_then(index, function(index){
|
||||
this.test.assertEquals(0, 0, 'Invalid int range min bound does not cause crash.');
|
||||
});
|
||||
}, true);
|
||||
});
|
Loading…
Reference in New Issue
Block a user