mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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 async = require "util.async";
|
||||||
|
local match = require "luassert.match";
|
||||||
|
|
||||||
describe("util.async", function()
|
describe("util.async", function()
|
||||||
local debug = false;
|
local debug = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue