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()