From 5bca9606285ee4c81ece3235203dec60e41daf27 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 10 Sep 2020 15:57:53 -0700 Subject: [PATCH] Fix advanced playground (#4266) --- tests/playgrounds/advanced_playground.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playgrounds/advanced_playground.html b/tests/playgrounds/advanced_playground.html index f484fe512..1aa392d8c 100644 --- a/tests/playgrounds/advanced_playground.html +++ b/tests/playgrounds/advanced_playground.html @@ -155,7 +155,7 @@ function initPlayground() { toolboxes: { 'categories': toolboxCategories, 'simple': toolboxSimple, - 'test blocks': testBlocksToolbox, + 'test blocks': toolboxTestBlocks, } }