Skip to content

Commit

Permalink
Merge pull request #349 from RagnarokResearchLab/renderer-test-typo
Browse files Browse the repository at this point in the history
Fix a typo in the WebGPU renderer tests
  • Loading branch information
rdw-software authored Jan 30, 2024
2 parents 4554318 + 0c0d370 commit fa91a61
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 fa91a61

Please sign in to comment.