Software /
code /
prosody
Diff
spec/util_async_spec.lua @ 11200:bf8f2da84007
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 05 Nov 2020 22:31:25 +0100 |
parent | 10541:6c6ff4509082 |
child | 11961:542a9a503073 |
line wrap: on
line diff
--- a/spec/util_async_spec.lua Thu Nov 05 22:27:17 2020 +0100 +++ b/spec/util_async_spec.lua Thu Nov 05 22:31:25 2020 +0100 @@ -544,6 +544,8 @@ 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;