From b85bc56b2621aa522942854d9c3e5be2849e93c3 Mon Sep 17 00:00:00 2001 From: luevard Date: Wed, 4 Jan 2023 20:02:10 +0100 Subject: [PATCH] Patch probleme tests unitaire Compte/Inscrit --- Sources/Modele/Inscrit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Modele/Inscrit.cs b/Sources/Modele/Inscrit.cs index af5aef0..3e3f803 100644 --- a/Sources/Modele/Inscrit.cs +++ b/Sources/Modele/Inscrit.cs @@ -77,7 +77,7 @@ namespace Model } } - private List lesBanques; + private List lesBanques =new(); public Inscrit(string id, string nom, string mail, string prenom, string mdp, double soldeTotal = 0) { Id = id;