From d3f8464876a5c9dbbdf32342bf3fe35b712df712 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Tue, 2 Apr 2019 16:45:43 -0700 Subject: [PATCH] Fixes test case for unplug --- tests/jsunit/block_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jsunit/block_test.js b/tests/jsunit/block_test.js index 6a802258f..81e49f947 100644 --- a/tests/jsunit/block_test.js +++ b/tests/jsunit/block_test.js @@ -238,7 +238,7 @@ function test_block_row_unplug_multi_inputs_middle() { // Middle block has multiple inputs. blocks.B.unplug(true); - assertUnpluggedNoheal(blocks); + assertUnpluggedHealed(blocks); } finally { blockTest_tearDown(); }