util.async tests: Explicitly import match from luassert (luacheck)

This commit is contained in:
Matthew Wild 2021-11-29 14:22:08 +00:00
parent f89a58330b
commit 06da62a6fe

View file

@ -1,4 +1,5 @@
local async = require "util.async";
local match = require "luassert.match";
describe("util.async", function()
local debug = false;