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 Oct 31, 2024
1 parent ff9dac9 commit bc7079b
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 bc7079b

Please sign in to comment.