mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
fix: test failing due to unrealistic non-string content
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user