summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2023-08-26 17:39:43 +0200
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2023-08-28 09:37:04 +0200
commitc23bd8b1431a745991a19f7cb89e4111efedf555 (patch)
tree001ab4dc81f0b3921a582dd572c3e25fd3c3cc8e /tests
parent6da4ad16624484398331f393b503f8b5e2888c51 (diff)
downloadredot-engine-c23bd8b1431a745991a19f7cb89e4111efedf555.tar.gz
Ensure OpenXR classes are declared properly
Co-authored-by: Bastiaan Olij <mux213@gmail.com>
Diffstat (limited to 'tests')
-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{};