mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 07:10:21 +02:00
Improve test label
This commit is contained in:
@ -10,7 +10,7 @@ describe("node movement", function()
|
|||||||
world.clear()
|
world.clear()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it("works with no nodes", function()
|
it("works with no moved nodes", function()
|
||||||
local pos = {x = 0, y = 0, z = 0}
|
local pos = {x = 0, y = 0, z = 0}
|
||||||
local dir = {x = 1, y = 0, z = 0}
|
local dir = {x = 1, y = 0, z = 0}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user