Skip to content

Commit

Permalink
Fix tests for real
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Jan 27, 2023
1 parent f8c4120 commit c07ef73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/ducks/metamask/metamask.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ describe('MetaMask Reducers', () => {
expect(
getNativeCurrency({
...mockState,
useCurrencyRateCheck: false,
metamask: {
...mockState.metamask,
useCurrencyRateCheck: false,
},
}),
).toStrictEqual('TestETH');
});
Expand Down

0 comments on commit c07ef73

Please sign in to comment.