Skip to content

Commit

Permalink
Fix component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Apr 26, 2024
1 parent b118065 commit f7ecbdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
(h/before-each
(fn []
(h/setup-subs {:wallet/scanned-address nil
:wallet/addresses #{"0x12E838Ae1f769147b12956485dc56e57138f3AC8"
:wallet/lowercased-addresses #{"0x12E838Ae1f769147b12956485dc56e57138f3AC8"
"0x22E838Ae1f769147b12956485dc56e57138f3AC8"}
:wallet/watch-address-activity-state nil
:profile/customization-color :blue
:get-screen-params {:title :t/add-address-to-watch
:description :t/enter-eth
:input-title :t/eth-or-ens
:confirm-screen
:screen/wallet.confirm-address-to-save
:screen/wallet.confirm-address
:confirm-screen-props
{:button-label :t/add-watched-address
:address-type :t/watched-address
Expand Down

0 comments on commit f7ecbdc

Please sign in to comment.