From ba778a1223f601333be2411fac7a7efa53c283c4 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 19 Nov 2020 16:42:28 +0000 Subject: feature: Sets --- tests/test.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test.fnl') 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))))) -- cgit v1.2.3