Skip to content

Commit

Permalink
Update test/Interactions.js
Browse files Browse the repository at this point in the history
Co-authored-by: Xenia <94478708+byshape@users.noreply.github.com>
  • Loading branch information
zZoMROT and byshape authored Dec 7, 2023
1 parent 79c4ffe commit 7508fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe('Interactions', function () {
const { dai, weth, swap, chainId } = await initContracts();

const OrderIdInvalidator = await ethers.getContractFactory('OrderIdInvalidator');
const orderIdInvalidator = await OrderIdInvalidator.deploy(await swap.getAddress());
const orderIdInvalidator = await OrderIdInvalidator.deploy(swap);
await orderIdInvalidator.waitForDeployment();

return { dai, weth, swap, chainId, orderIdInvalidator };
Expand Down

0 comments on commit 7508fd7

Please sign in to comment.