diff options
Diffstat (limited to 'tests/core.fnl')
| -rw-r--r-- | tests/core.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core.fnl b/tests/core.fnl index 3c8dae0..bd3a4aa 100644 --- a/tests/core.fnl +++ b/tests/core.fnl @@ -1,7 +1,7 @@ -(import-macros clj :init-macros) (require-macros :fennel-test) -(local core (require :init)) +(import-macros clj (doto :cljlib require)) +(local core (require :cljlib)) (deftest test-equality (testing "comparing base-types" |