1
0
Эх сурвалжийг харах

fix: test failing due to unrealistic non-string content

Gabriel Horner 2 жил өмнө
parent
commit
89dafea094

+ 1 - 1
src/test/frontend/modules/outliner/core_test.cljs

@@ -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]