From a8948ed1964033a437933db8c687d8c8e26bde44 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 24 Apr 2021 15:32:55 +0300 Subject: fix: move test library to separate project --- tests/fn.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fn.fnl') diff --git a/tests/fn.fnl b/tests/fn.fnl index 5697aab..9b99119 100644 --- a/tests/fn.fnl +++ b/tests/fn.fnl @@ -1,4 +1,4 @@ -(require-macros :tests.test) +(require-macros :fennel-test.test) (require-macros :macros) (deftest fn* -- cgit v1.2.3