Skip to content

Commit 2e2f48f

Browse files
committed
fix: Fix bad merge resolution
1 parent 54fe764 commit 2e2f48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/blockly/tests/mocha/shortcut_items_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ suite('Keyboard Shortcut Items', function () {
598598
assert.strictEqual(
599599
Blockly.getFocusManager().getFocusedTree(),
600600
mutatorWorkspace.getFlyout().getWorkspace(),
601+
);
601602
});
602603
});
603604

0 commit comments

Comments
 (0)