diff --git a/test/main.test.ts b/test/main.test.ts index e7057b9..91b1d97 100644 --- a/test/main.test.ts +++ b/test/main.test.ts @@ -236,7 +236,7 @@ describe("Account Abstraction Tests", function () { expect(result).to.contains("0x"); }); - it("Should have to owners initially", async function () { + it("Should have no owners initially", async function () { const owners = await sharedRestrictedAccountContract.getOwners(); expect(owners.length).to.equal(0); });