Skip to content

Commit

Permalink
Fix formatting in VirtualPetsSimulator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpothin committed Apr 3, 2024
1 parent ef6eb6e commit 2356200
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void CreatePet_SetNameAndPoints()
// Delete the pet
PetHelper.DeletePet(_serviceClient, petId);
}
/*

/// <summary>
/// Tests the decrease of pet points over time.
/// </summary>
Expand Down Expand Up @@ -196,7 +196,7 @@ public void FeedPet_ReachingInitialLifePoints()
// Assert
Assert.True(PetHelper.ArePetLifePointsCorrectlyUpdatedAfterFeedingActivity(_serviceClient, _petId, initialLifePoints, selectedFoodQuantity));
}
*/

/// <summary>
/// Disposes the resources used by the <see cref="DataverseAPITests"/> class.
/// </summary>
Expand Down

0 comments on commit 2356200

Please sign in to comment.