wip: fix property-related tests

This commit is contained in:
Tienson Qin
2024-04-01 12:24:41 +08:00
parent bb63ed4a42
commit 8d6916cfd7
16 changed files with 89 additions and 146 deletions

View File

@@ -68,9 +68,3 @@
(db-property-handler/batch-remove-property! repo block-ids key)
(db-property-handler/batch-set-property! repo block-ids key value))
(file-property-handler/batch-set-block-property! block-ids key value)))
(defn replace-key-with-id
[repo m]
(if (config/db-based-graph? repo)
(db-property-handler/replace-key-with-id m)
m))