public void GetThirst_Should_Return_Initial_Thirst_Level_Of_50() { int testPetThirst = testOPet.GetThirst(); Assert.Equal(50, testPetThirst); }