Improve test label

This commit is contained in:
Jude Melton-Houghton 2022-09-13 16:52:36 -04:00
parent 58edf03aaf
commit 46a6a31279
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe("node movement", function()
world.clear()
end)
it("works with no nodes", function()
it("works with no moved nodes", function()
local pos = {x = 0, y = 0, z = 0}
local dir = {x = 1, y = 0, z = 0}