mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
util.async tests: Explicitly import match from luassert (luacheck)
This commit is contained in:
parent
f89a58330b
commit
06da62a6fe
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
local async = require "util.async";
|
||||
local match = require "luassert.match";
|
||||
|
||||
describe("util.async", function()
|
||||
local debug = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue