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
State should be coherent at all times. If properties are intended to be used in conjunction with each other they should be consistent, and we should have runtime validation to ensure that this is always the case.
Use withController or setupController pattern to set up controllers in tests.
Don't mock the messenger in tests.
The text was updated successfully, but these errors were encountered:
withController
orsetupController
pattern to set up controllers in tests.The text was updated successfully, but these errors were encountered: