Fix incorrect function call for fillOrderNoThrow test
This commit is contained in:
parent
589b791cd7
commit
dc372a43fe
@ -523,7 +523,7 @@ describe('Exchange wrappers', () => {
|
||||
// Call Exchange
|
||||
const takerAssetFillAmount = signedOrder.takerAssetAmount;
|
||||
|
||||
const fillResults = await exchange.fillOrKillOrder.callAsync(
|
||||
const fillResults = await exchange.fillOrderNoThrow.callAsync(
|
||||
signedOrder,
|
||||
takerAssetFillAmount,
|
||||
signedOrder.signature,
|
||||
|
Loading…
x
Reference in New Issue
Block a user