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
If we call reset on the mock client the conditionalResults are not reset.
Expected Behavior
What is the behavior you expect?
The conditionalResults also should reset
Steps to Reproduce
Add conditional results, and then reset the client, run the same tests again.
Possible Solutions
I'd say it should either reset them as well in the reset method or if for some reason it was left out intentionally there should be a separate method to reset them.