aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_async_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_async_spec.lua')
-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()