Skip to content

Commit 92e6f6a

Browse files
committed
Remove useless skip in tests/4-use-godot-from-python/tests/test_classes.py
1 parent 508a1b0 commit 92e6f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/4-use-godot-from-python/tests/test_classes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def test_property(kind: str):
199199
assert False, unknown
200200
finally:
201201
node.free()
202-
clodotest.skip("TODO")
203202

204203

205204
@clodotest.xfail(reason="TODO: Signal constructor from object + signal name is not implemented")

0 commit comments

Comments
 (0)