Fix conflict with d1305d7510cc3

This commit is contained in:
Jonathan Frederic 2014-10-07 23:14:00 -07:00
parent 032300ea49
commit d2df98ce1a

View File

@ -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);
});