fix: built-in? helper and most deps tests

Also fix validate script's count
This commit is contained in:
Gabriel Horner
2024-04-12 10:04:34 -04:00
parent 97367c3d4f
commit 354c0c1e42
5 changed files with 27 additions and 11 deletions

View File

@@ -71,7 +71,7 @@
(count (filter #(contains? (:block/type %) "class") ent-maps)) " classes, "
(count (filter #(seq (:block/tags %)) ent-maps)) " objects, "
(count (filter #(contains? (:block/type %) "property") ent-maps)) " properties and "
(count (mapcat db-property/properties ent-maps)) " property values"))
(count (filter :property/pair-property ent-maps)) " property pairs"))
(validate-client-db @conn ent-maps options)))
(defn -main [argv]