fix: tests

d/transact doesn't accept entities.
This commit is contained in:
Tienson Qin
2024-12-11 19:01:01 +08:00
parent 0798f0b7f6
commit 600372a171

View File

@@ -215,7 +215,8 @@
page-txs)
(build-first-block-tx (:block/uuid (first page-txs)) format))
txs (concat
parents
;; transact doesn't support entities
(remove de/entity? parents)
page-txs
first-block-tx)]
(when (seq txs)