From 13908b60a47f18dfe0bfeed6704ed88da01ba657 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 10 Mar 2014 14:06:20 -0700 Subject: [PATCH] Fixed typo in dd test --- IPython/html/tests/notebook/dualmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/tests/notebook/dualmode.js b/IPython/html/tests/notebook/dualmode.js index 2e81e5788..8dc926851 100644 --- a/IPython/html/tests/notebook/dualmode.js +++ b/IPython/html/tests/notebook/dualmode.js @@ -142,7 +142,7 @@ casper.notebook_test(function () { this.then(function () { this.trigger_keydown('d'); - this.test.assertEquals(this.get_cells().length, 6, "d, 1 second wait, d doesn't delete a cell"); + this.test.assertEquals(this.get_cells().length, 7, "d, 1 second wait, d doesn't delete a cell"); this.validate_state('d, 1 second wait, d', 'command', 6); });