We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f940f70 commit 4b7d6c7Copy full SHA for 4b7d6c7
1 file changed
src/test/frontend/worker/rtc/remote_update_test.cljs
@@ -49,12 +49,6 @@
49
op-value {:block/tags [ref-uuid2]}]
50
(is (= #{[:db/retract (:db/id (d/entity db [:block/uuid block-uuid])) :block/tags [:block/uuid ref-uuid1]]}
51
(set (#'subject/remote-op-value->tx-data db (d/entity db [:block/uuid block-uuid]) op-value nil))))))
52
- (testing ":block/updated-at"
53
- (let [db (d/db-with db [{:block/uuid block-uuid
54
- :block/updated-at 1}])
55
- ent (d/entity db [:block/uuid block-uuid])]
56
- (is (= [[:db/retract (:db/id ent) :block/updated-at]]
57
- (#'subject/remote-op-value->tx-data db ent {} nil)))))
58
(testing ":logseq.property/status, op-value don't have this attr, means remove this attr"
59
(let [db (d/db-with db [{:db/id "ref1"
60
:block/uuid ref-uuid1}
0 commit comments