Skip to content

Commit

Permalink
Merge pull request #3631 from 3schwartz/patch-1
Browse files Browse the repository at this point in the history
Made capitalization consistent
  • Loading branch information
fvictorio authored Feb 6, 2023
2 parents 97d71e1 + e5e722a commit ed86a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/tutorial/testing-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe("Token contract", function () {
).to.changeTokenBalances(hardhatToken, [addr1, addr2], [-50, 50]);
});

it("should emit Transfer events", async function () {
it("Should emit Transfer events", async function () {
const { hardhatToken, owner, addr1, addr2 } = await loadFixture(
deployTokenFixture
);
Expand Down

0 comments on commit ed86a55

Please sign in to comment.