diff --git a/src/test/java/com/mycompany/bibliotheque/LivreValideTest.java b/src/test/java/com/mycompany/bibliotheque/LivreValideTest.java index 2738f0b..399998e 100644 --- a/src/test/java/com/mycompany/bibliotheque/LivreValideTest.java +++ b/src/test/java/com/mycompany/bibliotheque/LivreValideTest.java @@ -92,7 +92,7 @@ public class LivreValideTest { String titre = ""; boolean expResult = false; boolean result = LivreValide.isContenuTitreValide(titre); - assertEquals(expResult, result); + assertEquals(expResult, result); // TODO review the generated test code and remove the default call to fail. fail("The test case is a prototype."); }