summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_arraymesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scene/test_arraymesh.h')
-rw-r--r--tests/scene/test_arraymesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scene/test_arraymesh.h b/tests/scene/test_arraymesh.h
index b2a2ecc3bf..0e97e7d75f 100644
--- a/tests/scene/test_arraymesh.h
+++ b/tests/scene/test_arraymesh.h
@@ -154,7 +154,7 @@ TEST_CASE("[SceneTree][ArrayMesh] Adding and modifying blendshapes.") {
}
}
-TEST_CASE("[SceneTree][ArrayMesh] Surface meta data tests.") {
+TEST_CASE("[SceneTree][ArrayMesh] Surface metadata tests.") {
Ref<ArrayMesh> mesh = memnew(ArrayMesh);
Ref<CylinderMesh> cylinder = memnew(CylinderMesh);
Array cylinder_array{};