From ca4b9dc748e7ac7683e1c64ae28851f2b0c1f247 Mon Sep 17 00:00:00 2001 From: Ulises M Date: Fri, 20 Dec 2024 17:43:07 -0600 Subject: [PATCH] Fix test 1 --- .../contexts/profile/edit/accent_colour/events_test.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/profile/edit/accent_colour/events_test.cljs b/src/status_im/contexts/profile/edit/accent_colour/events_test.cljs index af1642666c..3cda78c162 100644 --- a/src/status_im/contexts/profile/edit/accent_colour/events_test.cljs +++ b/src/status_im/contexts/profile/edit/accent_colour/events_test.cljs @@ -11,7 +11,7 @@ [{:method "wakuext_setCustomizationColor" :params [{:customizationColor new-color :keyUid key-uid}] - :on-success [:profile/edit-accent-colour-success new-color] + :on-success [:profile/edit-accent-colour-success new-color true true] :on-error fn?}]]]}] (is (match? expected (sut/edit-accent-colour cofx [new-color])))))