From 45307deb85d91177ebc379730a2d27b9e30a91c4 Mon Sep 17 00:00:00 2001 From: Abhi Gulati Date: Mon, 11 Apr 2022 18:15:54 -0500 Subject: [PATCH] Fix typo --- test/sample-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sample-test.js b/test/sample-test.js index 99e1bd8..d67b259 100644 --- a/test/sample-test.js +++ b/test/sample-test.js @@ -24,7 +24,7 @@ describe("Blog", async function () { expect(posts[0].title).to.equal("My updated post") }) - it("Should add update the name", async function () { + it("Should update the name", async function () { const Blog = await ethers.getContractFactory("Blog") const blog = await Blog.deploy("My blog") await blog.deployed()