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