|
|
|
@ -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);
|
|
|
|
|