mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Fixes test case for unplug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user