Add missing field to block definition in test. (#4209)

This commit is contained in:
Monica Kozbial
2020-08-21 11:06:21 -07:00
committed by GitHub
parent 886f8b7ad8
commit 1b9af5413c

View File

@@ -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,
}]);