fix: graph parser tests

experiment/tanstack-table
Tienson Qin 2024-06-15 21:08:15 +08:00
parent 244a86557f
commit 4281274512
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
{})))
"Default to enabled when :property-pages/enabled? is not in config")
(is (= ["foo" "bar"]
(is (= ["tags" "foo" "bar"]
(:page-refs
(extract-properties
;; tags is linkable and background-color is not

View File

@ -32,7 +32,7 @@
(docs-graph-helper/docs-graph-assertions @conn graph-dir files)
(testing "Additional counts"
(is (= 48028 (count (d/datoms @conn :eavt))) "Correct datoms count"))
(is (= 47996 (count (d/datoms @conn :eavt))) "Correct datoms count"))
(testing "Asts"
(is (seq asts) "Asts returned are non-zero")