fix: test failing due to unrealistic non-string content

This commit is contained in:
Gabriel Horner
2023-10-11 16:14:09 -04:00
parent c8ccc79e82
commit 89dafea094

View File

@@ -69,7 +69,7 @@
blocks (outliner-core/tree-vec-flatten blocks :block/children)]
(map (fn [block] (assoc block
:block/page 1
:block/content 1)) blocks)))
:block/content "1")) blocks)))
(defn- build-blocks
[tree]