Skip to content

Commit

Permalink
Fix linting and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 committed Dec 10, 2024
1 parent 4da340f commit 1bc93b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/lib/approval/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { ApprovalController } from '@metamask/approval-controller';
import { ApprovalType } from '@metamask/controller-utils';
import { DIALOG_APPROVAL_TYPES } from '@metamask/snaps-rpc-methods';
import { providerErrors } from '@metamask/rpc-errors';
import { createProjectLogger } from '@metamask/utils';
///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps)
import { SNAP_MANAGE_ACCOUNTS_CONFIRMATION_TYPES } from '../../../../shared/constants/app';
import { createProjectLogger } from '@metamask/utils';
///: END:ONLY_INCLUDE_IF

const log = createProjectLogger('approval-utils');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`ConfirmNav should match snapshot 1`] = `
<div>
<div
class="mm-box mm-box--padding-3 mm-box--display-flex mm-box--flex-direction-row mm-box--justify-content-space-between mm-box--align-items-center mm-box--width-full mm-box--background-color-background-default"
style="z-index: 2;"
style="z-index: 2; position: relative;"
>
<div
class="mm-box mm-box--display-flex mm-box--align-items-center"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`create-named-snap-account confirmation matches snapshot 1`] = `
>
<div
class="mm-box mm-box--padding-3 mm-box--display-flex mm-box--flex-direction-row mm-box--justify-content-space-between mm-box--align-items-center mm-box--width-full mm-box--background-color-background-default"
style="z-index: 2;"
style="z-index: 2; position: relative;"
>
<div
class="mm-box mm-box--display-flex mm-box--align-items-center"
Expand Down

0 comments on commit 1bc93b0

Please sign in to comment.