probleme stub
continuous-integration/drone/push Build is passing Details

master
cedric.charbonnel 2 years ago
parent 70efdce613
commit 9f0f12d7e0

@ -105,8 +105,8 @@ namespace Stub
a.Clear(); a.Clear();
// Création des utilisateurs // Création des utilisateurs
Utilisateur u1 = new Utilisateur("John Doe", 25, "john.doe@example.com"); Utilisateur u1 = new Utilisateur("John Doe", "password");
Utilisateur u2 = new Utilisateur("Jane Smith", 30, "jane.smith@example.com"); Utilisateur u2 = new Utilisateur("Jane Smith", "password");
u.Add(u1); u.Add(u1);
u.Add(u2); u.Add(u2);

Loading…
Cancel
Save