Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuartu committed Sep 24, 2024
1 parent 6276886 commit d8351d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/hooks/metamask-notifications/useProfileSyncing.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ type ArrangeMocksMetamaskStateOverrides = {
isProfileSyncingEnabled?: boolean;
isUnlocked?: boolean;
useExternalServices?: boolean;
completedOnboarding?: boolean;
};

const initialMetamaskState: ArrangeMocksMetamaskStateOverrides = {
isSignedIn: false,
isProfileSyncingEnabled: false,
isUnlocked: true,
useExternalServices: true,
completedOnboarding: true,
};

const arrangeMocks = (
Expand Down

0 comments on commit d8351d3

Please sign in to comment.