mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
fix test_addTopBlock_TrivialFlyoutIsTrue
This commit is contained in:
parent
859560f185
commit
a206a46a21
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ function test_updateVariableStore_ClearAndOneInUse() {
|
|||
function test_addTopBlock_TrivialFlyoutIsTrue() {
|
||||
workspaceTest_setUp();
|
||||
workspace.isFlyout = true;
|
||||
var block = createMockBlock();
|
||||
var block = createMockBlock('name1');
|
||||
workspace.removeTopBlock(block);
|
||||
setUpMockMethod(mockControl_, Blockly.Variables, 'allUsedVariables', [block],
|
||||
[['name1']]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue