|
|
@@ -106,7 +106,7 @@
|
|
|
(into {})))
|
|
|
"Task marker counts")
|
|
|
|
|
|
- (is (= {:markdown 6106 :org 509} (get-block-format-counts db))
|
|
|
+ (is (= {:markdown 6100 :org 509} (get-block-format-counts db))
|
|
|
"Block format counts")
|
|
|
|
|
|
(is (= {:description 81, :updated-at 46, :tags 5,
|
|
|
@@ -148,7 +148,7 @@
|
|
|
;; only increase over time as the docs graph rarely has deletions
|
|
|
(testing "Counts"
|
|
|
(is (= 303 (count files)) "Correct file count")
|
|
|
- (is (= 63954 (count (d/datoms db :eavt))) "Correct datoms count")
|
|
|
+ (is (= 63618 (count (d/datoms db :eavt))) "Correct datoms count")
|
|
|
|
|
|
(is (= 5866
|
|
|
(ffirst
|