Skip to content

Commit

Permalink
chore: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickewansmith committed Nov 1, 2024
1 parent 9841889 commit a459bdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ async function withController<ReturnValue>(
const controller = new AccountTrackerController({
messenger: accountTrackerMessenger,
...options,
getStakedBalanceForChain: jest.fn(),
});

return await testFunction({
Expand Down

0 comments on commit a459bdd

Please sign in to comment.