mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix(tests): update tag properties in create tag test
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
(is (= (get tag4 "title") title) "get tag with uuid")))
|
||||
|
||||
(testing "create tag with tagProperties"
|
||||
(let [tag-props [{:name "prop1" :schema {:type "string"}}
|
||||
(let [tag-props [{:name "prop1"}
|
||||
{:name "prop2" :schema {:type "number"}}
|
||||
{:name "prop3" :schema {:type "checkbox"}}]
|
||||
tag (ls-api-call! :editor.createTag "tag-with-props" {:tagProperties tag-props})
|
||||
|
||||
Reference in New Issue
Block a user