Skip to content

Commit

Permalink
Update PetHelper.UpdatePetHappinessPoints to set initial happiness po…
Browse files Browse the repository at this point in the history
…ints to 99890 instead of 99990
  • Loading branch information
rpothin committed Apr 23, 2024
1 parent bcbb665 commit cf1878d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void CuddlePet_NotReachingInitialHappinessPoints()
public void CuddlePet_ReachingInitialHappinessPoints()
{
// Update the happiness points of the pet to 99990
PetHelper.UpdatePetHappinessPoints(_serviceClient, _petId, 99990);
PetHelper.UpdatePetHappinessPoints(_serviceClient, _petId, 99890);

// Retrieve the pet
var petBeforeCuddling = _serviceClient.Retrieve("rpo_pet", _petId, new ColumnSet("rpo_happinesspoints"));
Expand Down

0 comments on commit cf1878d

Please sign in to comment.