Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix edit network and delete network with tokenNetworkFilter #13141

Prev Previous commit
Next Next commit
fix: fix test
  • Loading branch information
sahar-fehri committed Jan 23, 2025
commit 63964a22d4b3c02c8522fca9db47d5def74c55f0
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jest.mock('../../../../../core/Engine', () => ({
CurrencyRateController: {
updateExchangeRate: jest.fn(),
},
PreferencesController: {
setTokenNetworkFilter: jest.fn(),
},
},
}));

Expand Down
Loading