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.
tests/4-use-godot-from-python/tests/test_classes.py
1 parent 3f851e5 commit c271e10Copy full SHA for c271e10
tests/4-use-godot-from-python/tests/test_classes.py
@@ -127,7 +127,7 @@ def test_method(kind: str):
127
assert_isinstance(node.get_class(), godot.GDString)
128
129
case "const":
130
- assert_isinstance(node.can_process(), bool)
+ assert_isinstance(node.get_children(), godot.GDArray)
131
132
case "virtual":
133
clodotest.skip(reason="TODO: find a virtual method overwritten by a subclass ?")
0 commit comments