mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Internal network controller methods and fields are now private fields, using the JavaScript `#` syntax rather than the `private` TypeScript keyword or a leading underscore. The one reference to a private field was in the preferences controller unit tests. Fortunately it was being used to create a test fixture that was unused. The unnecessary test fixtures have been removed from that test suite. Fixes https://github.com/MetaMask/metamask-extension/issues/18588