We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae4504 commit 23eccb7Copy full SHA for 23eccb7
tests/test_category_factory.gd
@@ -1,6 +1,8 @@
1
extends GutTest
2
## Tests for CategoryFactory
3
4
+const BlockCategory = preload("res://addons/block_code/ui/picker/categories/block_category.gd")
5
+
6
7
func free_block_list(blocks: Array[Block]):
8
var block: Block = blocks.pop_back()
0 commit comments