public void GiveWater_Should_Decrease_Thirst_By_5() { testOPet.GiveWater(); Assert.Equal(55, testOPet.GetThirst()); }