From 99dc9bb38f3f6e3f01735555a98d519315bac257 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 1 May 2019 14:19:55 -0700 Subject: [PATCH] Fix test (matching fix in jsunit tests) --- tests/mocha/block_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/block_test.js b/tests/mocha/block_test.js index 5613d40ec..82ea90490 100644 --- a/tests/mocha/block_test.js +++ b/tests/mocha/block_test.js @@ -105,7 +105,7 @@ suite('Blocks', function() { // Add extra input to middle block blocks.B.appendValueInput("INPUT").setCheck(null); blocks.B.unplug(true); - assertUnpluggedNoheal(blocks); + assertUnpluggedHealed(blocks); }); test('Child block has multiple inputs', function() {