Skip to content

Commit af4b93f

Browse files
authored
Update ReserveCurrencyLiquidator.js
1 parent 31d9a0c commit af4b93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/hardhat/proxy-scripts/atomic-liquidator/ReserveCurrencyLiquidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ describe("ReserveTokenLiquidator", function () {
496496
const convertCollateral = Convert(9);
497497
const convertSynthetic = Convert(9);
498498

499-
// create a new router and pair to re-initalize from fresh.
499+
// create a new router and pair to re-initialize from fresh.
500500
factory = (await createContractObjectFromJson(UniswapV2Factory, web3).new(deployer, { from: deployer })).contract;
501501
router = (
502502
await createContractObjectFromJson(UniswapV2Router02, web3).new(

0 commit comments

Comments
 (0)