Skip to content

Commit

Permalink
Fix MetaMaskController test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 4, 2025
1 parent 8acd72f commit 24deb57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/scripts/metamask-controller.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@ describe('MetaMaskController', () => {
initLangCode: 'en_US',
browser: browserPolyfillMock,
infuraProjectId: 'foo',
platform: {
_showNotification: jest.fn(),
},
});

expect(localController.loggingController.add).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit 24deb57

Please sign in to comment.