util.async: Use wrapper for once runner (thanks luacheck)

This commit is contained in:
Kim Alvefur 2018-03-22 23:15:04 +01:00
parent c0912560a4
commit 1ca1c9bb32
2 changed files with 2 additions and 1 deletions

View file

@ -601,6 +601,7 @@ describe("util.async", function()
end);
async.once(f);
assert.spy(f).was.called();
assert.spy(f).was.called_with();
end);
it("should propagate errors", function ()
local function should_error()