Update test for change in b15da3e78a

pull/6037/head
Gabriel Horner 2022-08-30 11:13:38 -04:00
parent 8854c4577b
commit 9a9e793177
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
(into {})))
"Counts for blocks with common block attributes")
(is (= #{"term" "setting" "book" "Templates" "Query" "Query/table" "page"}
(is (= #{"term" "setting" "book" "templates" "Query" "Query/table" "page"}
(->> (d/q '[:find (pull ?n [*]) :where [?b :block/namespace ?n]] db)
(map (comp :block/original-name first))
set))