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
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
It would be handy to be able to use the allFlags method in unit tests with TestFeatureStore in offline mode. At the moment the method returns null if the client is in offline mode. Change it to return the result of InMemoryFeatureStore#all in this situation.