From 0c0d370cadd6e79eb3298298d46717dfc05a3721 Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 30 Jan 2024 12:17:08 +0100 Subject: [PATCH] Tests: Fix a typo in the WebGPU renderer tests --- Tests/NativeClient/Renderer.spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/NativeClient/Renderer.spec.lua b/Tests/NativeClient/Renderer.spec.lua index c77fb103..24be21f8 100644 --- a/Tests/NativeClient/Renderer.spec.lua +++ b/Tests/NativeClient/Renderer.spec.lua @@ -386,7 +386,7 @@ describe("Renderer", function() Renderer:ResetScene() end) - it("should all meshes to the scene", function() + it("should add all meshes to the scene", function() local scene = require("Core.NativeClient.DebugDraw.Scenes.cube3d") Renderer:LoadSceneObjects(scene) assertEquals(#Renderer.meshes, 4)