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
English: Updated callIndex for awsm_stubber for testtools (#6695)
Currently if we use stubs in a single test func multiple times the callIndex will increase while the stubs decrease. If we run a for loop for the doing multiple tests, and stub twice for a loop, the call index will eventually become 3 while the stubs available is lesser then 3 throwing an error out.
---------
Co-authored-by: Corey Pyle <[email protected]>
0 commit comments