From c943629e1fa88bc068420198d5cb6db3d5b5a5ac Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 9 Apr 2017 13:20:07 +0700 Subject: [PATCH] Tests fix after adding coverage --- tst/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/init.lua b/tst/init.lua index 7de9827..0e0d3da 100644 --- a/tst/init.lua +++ b/tst/init.lua @@ -9,6 +9,7 @@ print("------------------------------------") print("") local HAS_RUNNER = not not lunitx +local lunitx = require("lunitx") local TEST_CASE = lunitx.TEST_CASE local LUA_VER = _VERSION