Improve test description

Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
Jude Melton-Houghton 2022-09-13 17:37:21 -04:00 committed by GitHub
parent 42d9e8f0ae
commit dfd7918d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")