mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Fix test (matching fix in jsunit tests)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user