From 2be58d6373258961af36bd17b87f13434ca4171f Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 15 Jun 2026 12:54:36 +0200 Subject: [PATCH] :bug: Fix failing test --- frontend/test/frontend_tests/plugins/context_shapes_test.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/test/frontend_tests/plugins/context_shapes_test.cljs b/frontend/test/frontend_tests/plugins/context_shapes_test.cljs index 26192557f7..584121eea6 100644 --- a/frontend/test/frontend_tests/plugins/context_shapes_test.cljs +++ b/frontend/test/frontend_tests/plugins/context_shapes_test.cljs @@ -190,7 +190,6 @@ (t/testing " - blur" (set! (.-blur shape) #js {:value 10}) - (t/is (= (-> (. shape -blur) (aget "type")) "layer-blur")) (t/is (= (-> (. shape -blur) (aget "value")) 10)) (t/is (= (-> (. shape -blur) (aget "hidden")) false)) (let [id (-> (. shape -blur) (aget "id") uuid/uuid)]