Skip to content

Commit

Permalink
test(Exchange): healed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-blockchain committed Dec 13, 2018
1 parent 974ff20 commit db2a717
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ exports[`MenuTop Component matches snapshot 1`] = `
exact={true}
replace={false}
strict={false}
to="/exchange"
to="/swap"
>
<Menu__LinkItem
activeClassName="active"
data-e2e="exchangeTabMenuExchange"
>
<FormattedMessage
defaultMessage="Exchange"
id="scenes.exchange.menutop.exchange"
defaultMessage="Swap"
id="scenes.exchange.menutop.swap"
values={Object {}}
/>
</Menu__LinkItem>
Expand All @@ -26,7 +26,7 @@ exports[`MenuTop Component matches snapshot 1`] = `
exact={false}
replace={false}
strict={false}
to="/exchange/history"
to="/swap/history"
>
<Menu__LinkItem
activeClassName="active"
Expand Down

0 comments on commit db2a717

Please sign in to comment.