Removed TODO.

This commit is contained in:
Beka Westberg
2019-09-27 16:38:37 -07:00
parent 1baf7d1dcf
commit d5e9e4c3b4

View File

@@ -697,8 +697,6 @@ suite('Blocks', function() {
});
suite('Programmatic Block Creation', function() {
test('Stack', function() {
// TODO: I think this is the recommended method of creating a block
// programmatically?
var block = this.workspace.newBlock('stack_block');
this.assertConnectionsEmpty();
block.initSvg();