summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-07 13:04:23 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-07 13:04:23 +0300
commit2839566c7f83747bb8e2f28ae47699bd27f0ada7 (patch)
tree2e0155864204f9db000e508c6ac014e5f0678f64 /test
parent41a22a09ba833b79676ac4335bca943dab53cbcb (diff)
fix(CI): update luacov pipeline
Diffstat (limited to 'test')
-rw-r--r--test/core.fnl2
1 files changed, 1 insertions, 1 deletions
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))