Skip to content

Commit

Permalink
Update context_namespace_test.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Oct 3, 2024
1 parent bb17e3c commit 7882368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojure/lazytest/context_namespace_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[lazytest.core :refer [around before-each defdescribe expect-it
set-ns-context!]]))

(def state (volatile! nil))
(def state (volatile! ::baseline))

(set-ns-context!
[(around [f] (vreset! state []) (f) (vreset! state ::around-after))
Expand Down

0 comments on commit 7882368

Please sign in to comment.