Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jan 6, 2025
1 parent 6b9844e commit 88dfb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TokenManagerERC20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ describe("TokenManagerERC20", () => {

const newSchainNameZ = "NewChainZ";

// cspell:words NTNZ
const erc20OnTargetZChain = await deployERC20OnChain("NewTokenZ", "NTNZ");

const keyStorageZ = await deployKeyStorageMock();
Expand Down Expand Up @@ -1382,7 +1383,7 @@ describe("TokenManagerERC20", () => {
await tokenManagerErc20
.connect(user)
.exitToMainERC20(erc20OnOriginChain, amount)
.should.be.eventually.rejectedWith("Main chain token could not be transfered to Mainnet");
.should.be.eventually.rejectedWith("Main chain token could not be transferred to Mainnet");

await tokenManagerErc20
.connect(user)
Expand Down

0 comments on commit 88dfb96

Please sign in to comment.