Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Nov 12, 2023
1 parent c3c0141 commit 9a2c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 9a2c2a3

Please sign in to comment.