Fix asset-swapper test (#199)

This commit is contained in:
Jacob Evans
2021-04-13 21:01:26 +10:00
committed by GitHub
parent 62f24d4356
commit 629c7d8e92

View File

@@ -915,6 +915,7 @@ describe('MarketOperationUtils tests', () => {
intentOnFilling: true, intentOnFilling: true,
quoteRequestor: { quoteRequestor: {
requestRfqtIndicativeQuotesAsync: requestor.object.requestRfqtIndicativeQuotesAsync, requestRfqtIndicativeQuotesAsync: requestor.object.requestRfqtIndicativeQuotesAsync,
getMakerUriForSignature: requestor.object.getMakerUriForSignature,
} as any, } as any,
}, },
}, },