diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/core.fnl | 2 |
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)) |