Skip to content

Commit

Permalink
Expect kernel_starting event in autorestart test
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 6, 2018
1 parent cab3416 commit a8dbd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/tests/services/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ casper.notebook_test(function () {
[
'kernel_restarting.Kernel',
'kernel_autorestarting.Kernel',
'kernel_starting.Kernel',
],
function () {
this.thenEvaluate(function () {
Expand Down

0 comments on commit a8dbd48

Please sign in to comment.