essai branche

This commit is contained in:
2025-09-18 01:19:04 +02:00
parent 8abb94290b
commit aa61421fe3

View File

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