Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Nov 20, 2024
1 parent 89a2f7f commit 1551047
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/components/app/detected-token/detected-token.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ describe('DetectedToken', () => {
...testData,
metamask: {
...testData.metamask,
currencyRates: {
SepoliaETH: {
conversionDate: 1620710825.03,
conversionRate: 3910.28,
usdConversionRate: 3910.28,
},
},
...mockNetworkState({ chainId: CHAIN_IDS.SEPOLIA }),
tokenBalances: {
'0x514910771af9ca656af840dff83e8264ecf986ca': {
'0x1': {
[CHAIN_IDS.SEPOLIA]: {
'0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48': '0x25e4bc',
},
},
Expand Down

0 comments on commit 1551047

Please sign in to comment.