Skip to content

Commit

Permalink
Comment outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Mar 13, 2020
1 parent 5064ba3 commit 7961a47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/cljs/status_im/test/sign_in/flow.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
efx (login.core/multiaccount-login-success cofx)
new-db (:db efx)
json-rpc (into #{} (map :method (::json-rpc/call efx)))]
(testing ":accounts/login cleared."
(is (not (contains? new-db :multiaccounts/login))))
;; TODO: Account is now cleared only after all sign in fx are executed.
;; (testing ":accounts/login cleared."
;; (is (not (contains? new-db :multiaccounts/login))))
(testing "Check the rest of effects."
(is (json-rpc "web3_clientVersion"))))))

Expand Down

0 comments on commit 7961a47

Please sign in to comment.