Skip to content

Commit e5e722a

Browse files
authored
Made capitalization consistent
1 parent 91f1a43 commit e5e722a

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)