Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Dec 19, 2024
1 parent b8d09f4 commit 591067c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,13 @@ exports[`ConfirmSendEther should render correct information for for confirm send
>
<div
class="mm-box currency-display-component mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
title="0.000021 ETH"
title="0 ETH"
>
<span
class="mm-box mm-text currency-display-component__text mm-text--body-md mm-text--ellipsis mm-box--color-text-alternative"
data-testid="account-value-and-suffix"
>
0.000021
0
</span>
<span
class="mm-box mm-text currency-display-component__suffix mm-text--body-md mm-box--margin-inline-start-1 mm-box--color-text-alternative"
Expand Down Expand Up @@ -519,13 +519,13 @@ exports[`ConfirmSendEther should render correct information for for confirm send
>
<div
class="mm-box currency-display-component mm-box--display-flex mm-box--flex-wrap-wrap mm-box--align-items-center"
title="0.00021 ETH"
title="0 ETH"
>
<span
class="mm-box mm-text currency-display-component__text mm-text--body-sm mm-text--ellipsis mm-box--color-text-alternative"
data-testid="account-value-and-suffix"
>
0.00021
0
</span>
<span
class="mm-box mm-text currency-display-component__suffix mm-text--body-sm mm-box--margin-inline-start-1 mm-box--color-text-alternative"
Expand Down

0 comments on commit 591067c

Please sign in to comment.