Open
Description
After the reset() all the buckets were resetted and currentIndex is set to 0.
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?
Metadata
Metadata
Assignees
Labels
No labels