summaryrefslogtreecommitdiff
path: root/tests/test.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.fnl')
-rw-r--r--tests/test.fnl10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/test.fnl b/tests/test.fnl
index 71b89af..2d9293a 100644
--- a/tests/test.fnl
+++ b/tests/test.fnl
@@ -131,7 +131,9 @@ Deep compare values:
`(do (io.stdout:write (.. "testing: " ,description "\n"))
,...))
-(doto test
- (tset :_DOC_ORDER #[:deftest :testing
- :assert-eq :assert-ne
- :assert-is :assert-not]))
+(setmetatable
+ test
+ {:__index
+ {:_DOC_ORDER [:deftest :testing
+ :assert-eq :assert-ne
+ :assert-is :assert-not]}})