You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write unit tests that assert that AppSettings.openAppSettings() is invoked. I cannot since this method is static. I will likely fork this repo and make these methods non-static, though I doubt there will be much desire for me to make a PR. I'd be happy to if this assumption is incorrect.
The text was updated successfully, but these errors were encountered:
I want to write unit tests that assert that
AppSettings.openAppSettings()
is invoked. I cannot since this method is static. I will likely fork this repo and make these methods non-static, though I doubt there will be much desire for me to make a PR. I'd be happy to if this assumption is incorrect.The text was updated successfully, but these errors were encountered: