fix: more tests

This commit is contained in:
Tienson Qin
2024-12-09 23:22:36 +08:00
parent 1269d1c277
commit 380628650e
3 changed files with 12 additions and 9 deletions

View File

@@ -617,8 +617,8 @@
(is (nil? (find-page-by-name @conn "type"))
"No page exists for configured property")
(is (= [:user.class/Property]
(:block/tags (readable-properties @conn (find-page-by-name @conn "url"))))
(is (= #{:user.class/Property :logseq.class/Page}
(set (:block/tags (readable-properties @conn (find-page-by-name @conn "url")))))
"tagged page has configured tag imported as a class"))))
(deftest-async export-files-with-remove-inline-tags