Просмотр исходного кода

fix(tests): update tag properties in create tag test

charlie 2 месяцев назад
Родитель
Сommit
ce5017fca5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      clj-e2e/test/logseq/e2e/plugins_basic_test.clj

+ 1 - 1
clj-e2e/test/logseq/e2e/plugins_basic_test.clj

@@ -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})