1 Commits

Author SHA1 Message Date
62092bb78b màj pour version initiale 2025-09-18 09:07:05 +02:00

View File

@@ -21,7 +21,7 @@ public class LivreTest {
@Test
public void testGetTitre() {
assertEquals("pb titre","J Basic", livre.getTitre());
assertEquals("pb titre","Java Basic", livre.getTitre());
}
@Test