Clear up globalsteps in tests

This commit is contained in:
Jude Melton-Houghton
2022-09-14 08:39:21 -04:00
parent f3f345d262
commit 92a7631d36
8 changed files with 85 additions and 120 deletions

View File

@ -11,7 +11,7 @@ describe("LuaController lightweight interrupt", function()
before_each(function()
mesecon._test_place(pos, "mesecons_luacontroller:luacontroller0000")
mineunit:execute_globalstep()
mineunit:execute_globalstep() -- Execute receptor_on action
end)
after_each(function()