mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Removes unnecessary test
This commit is contained in:
@@ -112,11 +112,6 @@ suite('WorkspaceSvg', function() {
|
||||
this.workspace.updateToolbox({'contents': []});
|
||||
}.bind(this), 'Existing toolbox has categories. Can\'t change mode.');
|
||||
});
|
||||
test('Passing in string as toolboxdef', function() {
|
||||
var parseToolboxFake = sinon.spy(Blockly.utils.toolbox, 'parseToolboxTree');
|
||||
this.workspace.updateToolbox('<xml><category name="something"></category></xml>');
|
||||
sinon.assert.calledOnce(parseToolboxFake);
|
||||
});
|
||||
});
|
||||
|
||||
suite('addTopBlock', function() {
|
||||
|
||||
Reference in New Issue
Block a user