Skip to content

Commit ed86a55

Browse files
authored
Merge pull request #3631 from 3schwartz/patch-1
Made capitalization consistent
2 parents 97d71e1 + e5e722a commit ed86a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/tutorial/testing-contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ describe("Token contract", function () {
256256
).to.changeTokenBalances(hardhatToken, [addr1, addr2], [-50, 50]);
257257
});
258258

259-
it("should emit Transfer events", async function () {
259+
it("Should emit Transfer events", async function () {
260260
const { hardhatToken, owner, addr1, addr2 } = await loadFixture(
261261
deployTokenFixture
262262
);

0 commit comments

Comments
 (0)