summaryrefslogtreecommitdiffstats
path: root/tests/test_class_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_class_db.h')
-rw-r--r--tests/test_class_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_class_db.h b/tests/test_class_db.h
index 9ef4569c14..1e88792a85 100644
--- a/tests/test_class_db.h
+++ b/tests/test_class_db.h
@@ -240,7 +240,7 @@ bool arg_default_value_is_assignable_to_type(const Context &p_context, const Var
p_arg_type.name == p_context.names_cache.node_path_type;
case Variant::NODE_PATH:
return p_arg_type.name == p_context.names_cache.node_path_type;
- case Variant::TRANSFORM:
+ case Variant::TRANSFORM3D:
case Variant::TRANSFORM2D:
case Variant::BASIS:
case Variant::QUAT: