Fix test (matching fix in jsunit tests)

This commit is contained in:
Rachel Fenichel
2019-05-01 14:19:55 -07:00
parent e77efa6c13
commit 99dc9bb38f

View File

@@ -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() {