test: failed test

pull/6647/head
Peng Xiao 2022-09-06 23:42:27 +08:00
parent 32e534d712
commit 91d63b82b9
1 changed files with 1 additions and 2 deletions

View File

@ -83,5 +83,4 @@
(is (= (get-in page [:block/file :file/path]) "/whiteboards/Foo.edn"))
(is (= (:block/name page) "foo"))
(is (= (:block/original-name page) "Foo"))
(is (every? #(= (:block/parent %) {:block/name "foo"}) blocks))
(is (= (:block/uuid (first blocks)) (get-in (second blocks) [:block/left 1])))))
(is (every? #(= (:block/parent %) {:block/name "foo"}) blocks))))