From bc740d970e753abf6342378c36d2dcb1538977a3 Mon Sep 17 00:00:00 2001 From: "steve.maingana" Date: Fri, 26 Sep 2025 10:23:41 +0200 Subject: [PATCH] initialisation branche steve --- src/test/java/com/mycompany/bibliotheque/LivreValideTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); }