Skip to content

Commit ce628df

Browse files
committed
Fix eval tests
1 parent 6568cfc commit ce628df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nextjournal/clerk/eval_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@
166166
(mapv #(select-keys % [:nextjournal/width]))))))
167167

168168
(testing "can handle uncounted sequences"
169-
(is (match? [{:nextjournal/viewer {:name `viewer/code-block-viewer}
169+
(is (match? [{:nextjournal/viewer `viewer/code-block-viewer$5dru1FUcVRTRrVKJFbNw4FG2wXmiwB
170170
:nextjournal/value "(range)"}
171171
{:nextjournal/value {:nextjournal/fetch-opts {:blob-id string?}
172172
:nextjournal/hash string?}}]
173173
(eval+extract-doc-blocks "(range)"))))
174174

175175
(testing "assigns folded visibility"
176-
(is (match? [{:nextjournal/viewer {:name `viewer/folded-code-block-viewer}
176+
(is (match? [{:nextjournal/viewer `viewer/folded-code-block-viewer$5dt3F3pXDCJHWEKwRWd1FTwBTC7bQ1
177177
:nextjournal/value "{:some :map}"}
178178
{:nextjournal/value {:nextjournal/fetch-opts {:blob-id string?}
179179
:nextjournal/hash string?}}]

0 commit comments

Comments
 (0)