fix: db tests

This commit is contained in:
Tienson Qin
2025-01-13 16:20:45 +08:00
parent 509456f67c
commit 2c04eb76d7
21 changed files with 56 additions and 65 deletions

View File

@@ -126,7 +126,7 @@
[]
(let [db-concepts
;; from logseq.db.frontend.schema
["closed-value" "class/properties" "schema.classes" "property/parent"
["closed-value" "class/properties" "classes" "property/parent"
"logseq.property" "logseq.class"]
res (apply shell {:out :string :continue true}
"git grep -E" (str "(" (string/join "|" db-concepts) ")")