Skip to content

Commit

Permalink
Fix error in Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Jul 23, 2019
1 parent 298dd15 commit 95bfbc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/basilisp/core_macros_test.lpy
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@
*dynamic-var*)])
[:b :c]))
(is (thrown? basilisp.lang.runtime/RuntimeException
(binding [non-dynamic-var :d]
non-dynamic-var))))
(push-thread-bindings {#'non-dynamic-var :c}))))

(deftest ->-test
(is (= :a (-> :a)))
Expand Down

0 comments on commit 95bfbc9

Please sign in to comment.