From 2d9d98654d325542cf2b3bcd53c19e4a668a424e Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Thu, 8 Dec 2022 07:54:34 +0400 Subject: [PATCH] refactor --- src/status_im/chat/models_test.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/chat/models_test.cljs b/src/status_im/chat/models_test.cljs index e3942bb474..b046d4ed92 100644 --- a/src/status_im/chat/models_test.cljs +++ b/src/status_im/chat/models_test.cljs @@ -94,7 +94,7 @@ (is (nil? (get-in res [:db :pagination-info chat-id :all-loaded?]))))))) - (deftest camera-roll-loading-more (let [cofx {:db {:camera-roll-loading-more false}}] - (is (= true (images/camera-roll-loading-more cofx true))))) + (is (= {:db {:camera-roll-loading-more true}} + (images/camera-roll-loading-more cofx true)))))