Software / code / prosody
Diff
spec/util_async_spec.lua @ 10563:e8db377a2983
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 24 Dec 2019 00:39:45 +0100 |
| parent | 10541:6c6ff4509082 |
| child | 11961:542a9a503073 |
line wrap: on
line diff
--- a/spec/util_async_spec.lua Tue Dec 24 00:26:40 2019 +0100 +++ b/spec/util_async_spec.lua Tue Dec 24 00:39:45 2019 +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;