Skip to content

Commit

Permalink
Tests: Fix a typo in the WebGPU renderer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 30, 2024
1 parent 4554318 commit 0c0d370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/NativeClient/Renderer.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c0d370

Please sign in to comment.