Changes function name

This commit is contained in:
alschmiedt
2018-11-27 13:31:32 -08:00
parent f06bee4eca
commit d64b6fe9e0

View File

@@ -59,7 +59,7 @@ function defineGeneratorTestBlocks() {
}]);
}
function undefineTestBlocks() {
function undefineGeneratorTestBlocks() {
delete Blockly.Blocks['stack_block'];
delete Blockly.Blocks['row_block'];
}
@@ -70,7 +70,7 @@ function generatorTest_setUp() {
}
function generatorTest_tearDown() {
undefineTestBlocks();
undefineGeneratorTestBlocks();
workspace.dispose();
}