fix: graph-parser tests

This commit is contained in:
Tienson Qin
2024-11-06 11:43:15 +08:00
parent 94773db6f3
commit 1519d035b5
2 changed files with 5 additions and 2 deletions

View File

@@ -193,7 +193,7 @@
(is (= 3 (count (d/q '[:find ?b :where [?b :block/tags :logseq.class/Query]] @conn))))
;; Don't count pages like url.md that have properties but no content
(is (= 9
(is (= 10
(count (->> (d/q '[:find [(pull ?b [:block/title :block/type]) ...]
:where [?b :block/title] [_ :block/page ?b]] @conn)
(filter ldb/internal-page?))))