Tienson Qin 1 год назад
Родитель
Сommit
4281274512

+ 1 - 1
deps/graph-parser/test/logseq/graph_parser/block_test.cljs

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

+ 1 - 1
deps/graph-parser/test/logseq/graph_parser/cli_test.cljs

@@ -32,7 +32,7 @@
     (docs-graph-helper/docs-graph-assertions @conn graph-dir files)
     (docs-graph-helper/docs-graph-assertions @conn graph-dir files)
 
 
     (testing "Additional counts"
     (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"
     (testing "Asts"
       (is (seq asts) "Asts returned are non-zero")
       (is (seq asts) "Asts returned are non-zero")