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
But we are returning the currentBucket (which could be something else not necessarily to be 0th bucket).
I think we should return buckets[currentIndex] after the reset(). However, since failures or successes will be captured in a different bucket only once, is it worth addressing?