Skip to content

Commit

Permalink
fix: test.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Jan 23, 2024
1 parent 0c1ab91 commit 7a22f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solApi/integration/test/getTokenPrice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Moralis SolApi', () => {
address: '4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R',
});

expect(result.exchangeAddress.address).toBe('675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8');
expect(result.exchangeAddress?.address).toBe('675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8');
expect(result.exchangeName).toBe('Raydium');
expect(result.usdPrice).toBe(0.9965);
expect(result.nativePrice?.decimals).toBe(9);
Expand Down

0 comments on commit 7a22f65

Please sign in to comment.