We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888bfdf commit a1f6259Copy full SHA for a1f6259
test/alexSDK.test.ts
@@ -164,7 +164,7 @@ describe('AlexSDK', () => {
164
165
it('Attempt to Get Rate with an overflowing From amount (decoders)', async () => {
166
await expect(
167
- sdk.getAmountTo(Currency.STX, BigInt(99999223372036854775807), tokenDiko)
+ sdk.getAmountTo(Currency.STX, BigInt(9999223372036854775807), tokenDiko)
168
).rejects.toThrow('ClarityError: 2011');
169
}, 10000);
170
0 commit comments