Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Nov 19, 2024
1 parent e8d602a commit 93887cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/preferences-controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ describe('preferences controller', () => {
order: 'dsc',
sortCallback: 'stringNumeric',
},
pausedChainIds: [],
tokenNetworkFilter: {},
});
});
Expand Down Expand Up @@ -780,6 +781,7 @@ describe('preferences controller', () => {
order: 'dsc',
sortCallback: 'stringNumeric',
},
pausedChainIds: [],
tokenNetworkFilter: {},
});
});
Expand Down

0 comments on commit 93887cf

Please sign in to comment.