From 19c1ed68d69e3db10fce9f473a3f8909b85a8e15 Mon Sep 17 00:00:00 2001 From: AUGUSTIN_100 Date: Sun, 2 Oct 2022 23:21:00 +0200 Subject: [PATCH] =?UTF-8?q?Test=20Unitaire=20=C3=A9quipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/BowlingLib/Model/Equipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BowlingLib/Model/Equipe.cs b/Sources/BowlingLib/Model/Equipe.cs index c874b44..045c9dc 100644 --- a/Sources/BowlingLib/Model/Equipe.cs +++ b/Sources/BowlingLib/Model/Equipe.cs @@ -54,7 +54,7 @@ namespace BowlingLib.Model { if(!isExist(joueur)) { - joueurs.Add(joueur); + Joueurs.Add(joueur); return true; }else {