public void Tick_Should_Decrease_All_By_5() { testPet.Tick(); Assert.Equal(95, testPet.LevelMaintenance); }