From 894a52f4259a6e1a415e4905b57296ea438e7aaa Mon Sep 17 00:00:00 2001 From: rcmerci Date: Mon, 8 Sep 2025 21:53:34 +0800 Subject: [PATCH] fix test --- src/test/frontend/worker/rtc/client_test.cljs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/test/frontend/worker/rtc/client_test.cljs b/src/test/frontend/worker/rtc/client_test.cljs index ea3a50bca8..30e9f9ef31 100644 --- a/src/test/frontend/worker/rtc/client_test.cljs +++ b/src/test/frontend/worker/rtc/client_test.cljs @@ -18,7 +18,10 @@ :block/type "class", :block/name "yyy", :block/title "yyy"}])] - (is (= {:update + (is (= {:move + {:block-uuid block-uuid + :pos [nil nil]} + :update {:block-uuid block-uuid :db/ident :user.class/yyy :pos [nil nil], @@ -72,7 +75,10 @@ :block/name "xxx", :block/title "xxx"}])] (is (= - {:update + {:move + {:block-uuid block-uuid + :pos [nil block-order]} + :update {:block-uuid block-uuid, :db/ident :user.property/xxx :pos [nil block-order],