Skip to content

Commit e79435c

Browse files
committed
really fix test this time
1 parent 77e53e9 commit e79435c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4516,6 +4516,14 @@ describe('SnapController', () => {
45164516
'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/slip44:501': {
45174517
rate: '400',
45184518
conversionTime: 1737548790,
4519+
marketData: {
4520+
marketCap: '123',
4521+
totalVolume: '123',
4522+
circulatingSupply: '123',
4523+
allTimeHigh: '123',
4524+
allTimeLow: '123',
4525+
pricePercentChange: { all: 1.23 },
4526+
},
45194527
},
45204528
},
45214529
},

0 commit comments

Comments
 (0)