The function is tested more than once. The first run through passed, but the second run through failed. This is because you permanently changed the number of times it's meant to run to 0, during the first run. So on the second run, it runs the function 0 times.
Done. 👍
I figured it out! XD
The function is tested more than once. The first run through passed, but the second run through failed. This is because you permanently changed the number of times it's meant to run to 0, during the first run. So on the second run, it runs the function 0 times.
This should be tested.
This comment is hidden because it contains spoiler information about the solution