Skip to content

Commit

Permalink
Fix viewer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Oct 21, 2024
1 parent 2632c2a commit 2710e47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/nextjournal/clerk/viewer_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@
(is (not-empty (-> (view/doc->viewer (eval/eval-string "(ns nextjournal.clerk.test.sync-vars (:require [nextjournal.clerk :as clerk]))
^::clerk/sync (def sync-me (atom {:a ['b 'c 3]}))"))
:nextjournal/value
:atom-var-name->state
:form
second)))
:atom-var-name->state)))

(is (thrown-with-msg?
clojure.lang.ExceptionInfo
Expand Down

0 comments on commit 2710e47

Please sign in to comment.