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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
}, },
}, },