Mercurial > prosody-hg
comparison spec/util_async_spec.lua @ 11964:563ee7969f6c
util.async tests: Explicitly import match from luassert (luacheck)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 29 Nov 2021 14:22:08 +0000 |
| parents | 9a70a543c727 |
| children |
comparison
equal
deleted
inserted
replaced
| 11963:f5c6be4a3ecc | 11964:563ee7969f6c |
|---|---|
| 1 local async = require "util.async"; | 1 local async = require "util.async"; |
| 2 local match = require "luassert.match"; | |
| 2 | 3 |
| 3 describe("util.async", function() | 4 describe("util.async", function() |
| 4 local debug = false; | 5 local debug = false; |
| 5 local print = print; | 6 local print = print; |
| 6 if debug then | 7 if debug then |
