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