Skip to content

Commit

Permalink
refactor: rearrange tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 committed Jul 20, 2023
1 parent ff38941 commit 81df54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/account/__tests__/simple.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LocalAccountSigner } from "../../signer/local-account.js";
import type { BatchUserOperationCallData } from "../../types.js";
import { SmartAccountProvider } from "../../provider/base.js";

describe("Account Base Tests", () => {
describe("Account Simple Tests", () => {
const dummyMnemonic =
"test test test test test test test test test test test test";
const owner: SimpleSmartAccountOwner =
Expand Down

0 comments on commit 81df54f

Please sign in to comment.