|
@@ -109,11 +109,11 @@
|
|
|
(is (= {:markdown 6113 :org 509} (get-block-format-counts db))
|
|
(is (= {:markdown 6113 :org 509} (get-block-format-counts db))
|
|
|
"Block format counts")
|
|
"Block format counts")
|
|
|
|
|
|
|
|
- (is (= {:description 81, :updated-at 46, :tags 5, :logseq.macro-arguments 104
|
|
|
|
|
|
|
+ (is (= {:description 81, :updated-at 46, :tags 5,
|
|
|
:logseq.tldraw.shape 79, :card-last-score 6, :card-repeats 6,
|
|
:logseq.tldraw.shape 79, :card-last-score 6, :card-repeats 6,
|
|
|
:card-next-schedule 6, :ls-type 79, :card-last-interval 6, :type 107,
|
|
:card-next-schedule 6, :ls-type 79, :card-last-interval 6, :type 107,
|
|
|
:template 5, :title 114, :alias 41, :supports 5, :id 145, :url 5,
|
|
:template 5, :title 114, :alias 41, :supports 5, :id 145, :url 5,
|
|
|
- :card-ease-factor 6, :logseq.macro-name 104, :created-at 46,
|
|
|
|
|
|
|
+ :card-ease-factor 6, :created-at 46,
|
|
|
:card-last-reviewed 6, :platforms 51, :initial-version 8, :heading 226}
|
|
:card-last-reviewed 6, :platforms 51, :initial-version 8, :heading 226}
|
|
|
(get-top-block-properties db))
|
|
(get-top-block-properties db))
|
|
|
"Counts for top block properties")
|
|
"Counts for top block properties")
|
|
@@ -161,7 +161,7 @@
|
|
|
;; only increase over time as the docs graph rarely has deletions
|
|
;; only increase over time as the docs graph rarely has deletions
|
|
|
(testing "Counts"
|
|
(testing "Counts"
|
|
|
(is (= 303 (count files)) "Correct file count")
|
|
(is (= 303 (count files)) "Correct file count")
|
|
|
- (is (= 64382 (count (d/datoms db :eavt))) "Correct datoms count")
|
|
|
|
|
|
|
+ (is (= 63961 (count (d/datoms db :eavt))) "Correct datoms count")
|
|
|
|
|
|
|
|
(is (= 5866
|
|
(is (= 5866
|
|
|
(ffirst
|
|
(ffirst
|