From 9fbf06c5dfc19f0515608b69e767f70cf0feb026 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 27 Apr 2021 15:59:25 -0700 Subject: [PATCH] PR Comments --- tests/mocha/procedures_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/procedures_test.js b/tests/mocha/procedures_test.js index ad8ccabc0..48803bcbd 100644 --- a/tests/mocha/procedures_test.js +++ b/tests/mocha/procedures_test.js @@ -394,7 +394,7 @@ suite('Procedures', function() { delete Blockly.Blocks['nested_proc']; }); - test('New definition', function() { + test('Custom procedure block', function() { // Do not require procedures to be the built-in procedures. var defBlock = new Blockly.Block(this.workspace, 'new_proc'); var def = Blockly.Procedures.getDefinition('test', this.workspace);