2 Commits

Author SHA1 Message Date
c62034dc11 màj pour version initiale 2025-09-18 09:05:20 +02:00
aa61421fe3 essai branche 2025-09-18 01:19:04 +02:00

View File

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