mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.async: Use wrapper for once runner (thanks luacheck)
This commit is contained in:
parent
c0912560a4
commit
1ca1c9bb32
2 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue