Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: lint
  • Loading branch information
sahar-fehri committed Dec 9, 2025
commit bffca81de8e058d993f8ccc58fdc7193b03f85d6
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ describe('TokenListController', () => {
state: existingState,
});
expect(controller.state).toStrictEqual(existingState);
controller.clearingTokenListData();
await controller.clearingTokenListData();

expect(controller.state.tokensChainsCache).toStrictEqual({});

Expand Down
Loading