Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jun 2, 2024
1 parent 719a8e9 commit dcf59d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/accounts-controller/src/AccountsController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ function createExpectedInternalAccount({
`${EthMethod.SignTransaction}`,
`${EthMethod.SignTypedDataV1}`,
`${EthMethod.SignTypedDataV3}`,
`${EthMethod.SignTypedDataV4}`],
`${EthMethod.SignTypedDataV4}`,
],
[`${EthAccountType.Erc4337}`]: [
`${EthMethod.PrepareUserOperation}`,
`${EthMethod.PatchUserOperation}`,
Expand Down

0 comments on commit dcf59d8

Please sign in to comment.