diff --git a/tests/mocha/navigation_test.js b/tests/mocha/navigation_test.js index 7d6fccd0f..6a74f39d9 100644 --- a/tests/mocha/navigation_test.js +++ b/tests/mocha/navigation_test.js @@ -518,7 +518,14 @@ suite('Navigation', function() { setup(function() { Blockly.defineBlocksWithJsonArray([{ "type": "basic_block", - "message0": "", + "message0": "%1", + "args0": [ + { + "type": "field_input", + "name": "TEXT", + "text": "default" + } + ], "previousStatement": null, "nextStatement": null, }]);