Skip to content

Commit 23eccb7

Browse files
committed
fixup! Remove class_name from all other internal scripts
1 parent dae4504 commit 23eccb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_category_factory.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
extends GutTest
22
## Tests for CategoryFactory
33

4+
const BlockCategory = preload("res://addons/block_code/ui/picker/categories/block_category.gd")
5+
46

57
func free_block_list(blocks: Array[Block]):
68
var block: Block = blocks.pop_back()

0 commit comments

Comments
 (0)