Ad
  • Custom User Avatar

    As far as I see, every tests gets its own instance of SnakesLadders, so there should be no need to reset anything. It is difficult to say what is wrong with your solution without seeing your code, but maybe you are using some global or static data instead of instance fields?