chore: update big number package
This commit is contained in:
parent
8aa18dd21c
commit
ea44478b48
30 changed files with 186 additions and 144 deletions
|
|
@ -28,7 +28,7 @@ test('should handle itbit error response', async t => {
|
|||
|
||||
const trade = rewireTrade(commonMock)
|
||||
|
||||
trade('buy', { walletId: 'id' }, BN('93410'), 'USD', 'BTC')
|
||||
trade('buy', { walletId: 'id' }, new BN('93410'), 'USD', 'BTC')
|
||||
.catch(err => {
|
||||
t.regex(err.message, /wallet provided/g)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue