Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Jan 27, 2023
1 parent 49b65ad commit f8c4120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ducks/metamask/metamask.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ describe('MetaMask Reducers', () => {
it('should return the ticker symbol of the selected network when useCurrencyRateCheck is false', () => {
expect(
getNativeCurrency({
useCurrencyRateCheck: false,
...mockState,
useCurrencyRateCheck: false,
}),
).toStrictEqual('TestETH');
});
Expand Down

0 comments on commit f8c4120

Please sign in to comment.