pull/6808/head^2
Tienson Qin 2022-09-22 22:09:37 +08:00
parent 8b144269f7
commit a27a270b04
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,8 @@
:updated-at 47 :created-at 47
:card-last-score 6 :card-repeats 6 :card-next-schedule 6
:card-last-interval 6 :card-ease-factor 6 :card-last-reviewed 6
:alias 6 :logseq.macro-arguments 94 :logseq.macro-name 94}
:alias 6 :logseq.macro-arguments 94 :logseq.macro-name 94
:heading 64}
(get-top-block-properties db))
"Counts for top block properties")
@ -141,7 +142,7 @@
;; only increase over time as the docs graph rarely has deletions
(testing "Counts"
(is (= 211 (count files)) "Correct file count")
(is (= 42070 (count (d/datoms db :eavt))) "Correct datoms count")
(is (= 42006 (count (d/datoms db :eavt))) "Correct datoms count")
(is (= 3600
(ffirst

View File

@ -1940,7 +1940,6 @@
(property/insert-properties format content props))
ast (mldoc/->edn content* (gp-mldoc/default-config format))
blocks (block/extract-blocks ast content* format {})
_ (prn {:block (first blocks)})
fst-block (first blocks)
fst-block (if (and keep-uuid? (uuid? (:uuid block)))
(assoc fst-block :block/uuid (:uuid block))