summaryrefslogtreecommitdiff
path: root/tests/test.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.fnl')
-rw-r--r--tests/test.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.fnl b/tests/test.fnl
index 5dc40c1..b250af4 100644
--- a/tests/test.fnl
+++ b/tests/test.fnl
@@ -55,7 +55,7 @@ the tables uses tables as keys."
Left: " (tostr# left#) "
Right: " (tostr# right#) "\n")))))
-(fn test.assert*
+(fn test.assert-is
[expr msg]
`(assert ,expr (.. "assertion failed for "
(or ,msg ,(tostring expr)))))