mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 07:10:21 +02:00
Improve test description
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
42d9e8f0ae
commit
dfd7918d40
@ -38,7 +38,7 @@ describe("action queue", function()
|
||||
assert.same({"off", layout[5][1]}, mesecon._test_effector_events[4])
|
||||
end)
|
||||
|
||||
it("ignores overwritten actions", function()
|
||||
it("discards outdated/overwritten node events", function()
|
||||
world.set_node(layout[1][1], "mesecons:test_receptor_on")
|
||||
mesecon.receptor_on(layout[1][1], mesecon.rules.alldirs)
|
||||
world.set_node(layout[1][1], "mesecons:test_receptor_off")
|
||||
|
Reference in New Issue
Block a user