From d88adbfa9bc79aff6e5c272a794bab525b6571bb Mon Sep 17 00:00:00 2001 From: Dan Liu Date: Sat, 19 Feb 2022 22:49:47 +0800 Subject: [PATCH] fix wrong comments about destination token in tradeModule.spec.ts --- test/protocol/modules/tradeModule.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/protocol/modules/tradeModule.spec.ts b/test/protocol/modules/tradeModule.spec.ts index d36116534..735771e64 100644 --- a/test/protocol/modules/tradeModule.spec.ts +++ b/test/protocol/modules/tradeModule.spec.ts @@ -1405,7 +1405,7 @@ describe("TradeModule", () => { describe("when receive token does not match calldata", async () => { beforeEach(async () => { - // Get random source token + // Get random destination token const randomToken = await getRandomAccount(); subjectData = oneInchExchangeMock.interface.encodeFunctionData("swap", [ sourceToken.address, // Send token @@ -1626,7 +1626,7 @@ describe("TradeModule", () => { describe("when receive token does not match calldata", async () => { beforeEach(async () => { - // Get random source token + // Get random destination token const randomToken = await getRandomAccount(); subjectData = zeroExMock.interface.encodeFunctionData("transformERC20", [ sourceToken.address, // Send token