From b867363e80e6977237c380fbb639aed3441872f7 Mon Sep 17 00:00:00 2001 From: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:44:54 +0530 Subject: [PATCH] Update Tests Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com> --- src/quo2/components/avatars/account_avatar/component_spec.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/quo2/components/avatars/account_avatar/component_spec.cljs b/src/quo2/components/avatars/account_avatar/component_spec.cljs index 858e67c67fd..b9462cb1b75 100644 --- a/src/quo2/components/avatars/account_avatar/component_spec.cljs +++ b/src/quo2/components/avatars/account_avatar/component_spec.cljs @@ -28,7 +28,6 @@ {:height (:size opts) :width (:size opts) :borderRadius (style/get-border-radius (:size opts)) - :borderWidth nil :backgroundColor (colors/custom-color-by-theme (:customization-color opts) 50 60)}) (h/is-truthy (h/query-by-label-text :account-emoji)) (h/has-style (h/query-by-label-text :account-emoji) @@ -65,7 +64,6 @@ {:height (:size opts) :width (:size opts) :borderRadius (style/get-border-radius (:size opts)) - :borderWidth nil :backgroundColor (colors/custom-color-by-theme (:customization-color opts) 50 60)}) (h/is-truthy (h/query-by-label-text :account-emoji)) (h/has-style (h/query-by-label-text :account-emoji)