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 4, 2024
1 parent a9035ad commit 2e27fec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public DataverseAPITests()
Thread.Sleep(20000);
}
}
/*
/// <summary>
/// Tests the creation of a pet entity.
/// </summary>
Expand Down Expand Up @@ -232,7 +232,7 @@ public void CuddlePet_NotReachingInitialHappinessPoints()
// Assert
Assert.True(PetHelper.ArePetHapppinessPointsCorrectlyUpdatedAfterCuddleActivity(_serviceClient, _petId, initialHappinessPoints));
}
*/

/// <summary>
/// Tests the cuddling of a pet entity.
/// </summary>
Expand Down

0 comments on commit 2e27fec

Please sign in to comment.