mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
tests: Silence [luacheck] warnings
This commit is contained in:
parent
bc442f7e67
commit
8b1b7204f5
3 changed files with 14 additions and 0 deletions
|
@ -544,6 +544,8 @@ describe("util.async", function()
|
|||
assert.equal(r1.state, "ready");
|
||||
end);
|
||||
|
||||
-- luacheck: ignore 211/rf
|
||||
-- FIXME what's rf?
|
||||
it("should support multiple done() calls", function ()
|
||||
local processed_item;
|
||||
local wait, done;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue