mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: batch tx should separate schema ops from data ops
This commit is contained in:
@@ -289,7 +289,7 @@
|
||||
(deftest get-all-properties-test
|
||||
(testing "get_all_properties"
|
||||
(let [result (ls-api-call! :editor.get_all_properties)]
|
||||
(is (>= (count result) 94)))))
|
||||
(is (>= (count result) 20)))))
|
||||
|
||||
(deftest get-tag-objects-test
|
||||
(testing "get_tag_objects"
|
||||
@@ -387,4 +387,4 @@
|
||||
_ (ls-api-call! :editor.setPropertyNodeTags property-name tags)
|
||||
property (ls-api-call! :editor.getProperty property-name)
|
||||
node-tags (get property ":logseq.property/classes")]
|
||||
(is (= (set node-tags) (set tags)) "property node tags should match the set tags"))))
|
||||
(is (= (set node-tags) (set tags)) "property node tags should match the set tags"))))
|
||||
|
||||
Reference in New Issue
Block a user