From 2839566c7f83747bb8e2f28ae47699bd27f0ada7 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sat, 7 Nov 2020 13:04:23 +0300 Subject: fix(CI): update luacov pipeline --- test/core.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core.fnl') diff --git a/test/core.fnl b/test/core.fnl index ed34e02..c05f2ec 100644 --- a/test/core.fnl +++ b/test/core.fnl @@ -579,7 +579,7 @@ (assert* (not (ge 1 2 4 4)))) (testing gt - (assert* (not (pcall ge))) + (assert* (not (pcall gt))) (assert* (gt 2)) (assert* (gt 2 1)) (assert* (gt 3 2 1)) -- cgit v1.2.3