Skip to content

Commit

Permalink
Fixes typo on tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Oct 26, 2023
1 parent bcccd56 commit be28d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/royaltiesSplitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('RMRKRoyaltiesSplitter', () => {
expect(await erc20Token.balanceOf(beneficiary3.address)).to.equal(amount.mul(5000).div(10000));
});

it('canot distribute ERC20 if not beneficary', async () => {
it('cannot distribute ERC20 if not beneficary', async () => {
const erc20MockFactory = await ethers.getContractFactory('ERC20Mock');
const erc20Token = await erc20MockFactory.deploy();
await erc20Token.deployed();
Expand Down

0 comments on commit be28d5e

Please sign in to comment.