This commit is contained in:
Omar Basem
2022-12-16 11:33:20 +04:00
parent 94ba7284f8
commit 2d9d98654d
+2 -2
View File
@@ -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)))))