aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-22 23:15:04 +0100
committerKim Alvefur <zash@zash.se>2018-03-22 23:15:04 +0100
commit1ca1c9bb323f9c30f287fa358b7cdcf7bafcc092 (patch)
tree9a30c28220b04fe92a824a88bbc76f050ff40591 /spec
parentc0912560a42d1ea8615a9806d3e92d743aed6bfb (diff)
downloadprosody-1ca1c9bb323f9c30f287fa358b7cdcf7bafcc092.tar.gz
prosody-1ca1c9bb323f9c30f287fa358b7cdcf7bafcc092.zip
util.async: Use wrapper for once runner (thanks luacheck)
Diffstat (limited to 'spec')
-rw-r--r--spec/util_async_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_async_spec.lua b/spec/util_async_spec.lua
index 7c1696b5..959ad65b 100644
--- a/spec/util_async_spec.lua
+++ b/spec/util_async_spec.lua
@@ -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()