I want to reset the wizards data so that I can just run the runTournaments method a bunch of times to see who wins without having to press run every time. I used the resetBeforeDuel method on the wizards and it works to reset the data, but it doesn't reset when runTournaments is called again.
I print out their data in the for loop that's resetting the data, but win the runTournaments method is called, the values are doubling every call.