Correction d'un bug sur la branche testPlayer
continuous-integration/drone/push Build encountered an error Details

pull/53/head
Rémi LAVERGNE 12 months ago
parent 1f11fb220a
commit 9c6bc7a450

@ -20,7 +20,7 @@ public class PlayerTest
public void PlayerIsEqualTest()
{
Player player = new Player("John");
Player player2 = new Player("John","N/A");
Player player2 = new Player("John","DefaultProfilePicture");
Player player3 = new Player("Inconnu","N/A");
Assert.Equal(player, player2);

Loading…
Cancel
Save