Skip to content

Commit 615ff61

Browse files
committed
really fix test this time
1 parent bac160e commit 615ff61

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
@@ -4437,6 +4437,14 @@ describe('SnapController', () => {
44374437
'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/slip44:501': {
44384438
rate: '400',
44394439
conversionTime: 1737548790,
4440+
marketData: {
4441+
marketCap: '123',
4442+
totalVolume: '123',
4443+
circulatingSupply: '123',
4444+
allTimeHigh: '123',
4445+
allTimeLow: '123',
4446+
pricePercentChange: { all: 1.23 },
4447+
},
44404448
},
44414449
},
44424450
},

0 commit comments

Comments
 (0)