public void GetHydration_Should_Return_Initial_Level_Of_30() { int testPetHydration = testPet.GetHyrdation(); Assert.Equal(30, testPetHydration); }