# HG changeset patch # User Matthew Wild # Date 1638195728 0 # Node ID 563ee7969f6c81e1a3230783d2d2032897c2379e # Parent f5c6be4a3eccac9d28ecd4ab8806ef637daf8242 util.async tests: Explicitly import match from luassert (luacheck) diff -r f5c6be4a3ecc -r 563ee7969f6c spec/util_async_spec.lua --- a/spec/util_async_spec.lua Mon Nov 29 14:16:20 2021 +0000 +++ b/spec/util_async_spec.lua Mon Nov 29 14:22:08 2021 +0000 @@ -1,4 +1,5 @@ local async = require "util.async"; +local match = require "luassert.match"; describe("util.async", function() local debug = false;