Skip to content

Commit

Permalink
fix: loggers test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 14, 2023
1 parent 27bb388 commit a6681b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class ArcExceptionTest {

private final static String RUBRIQUE_NAME = "ma_rubrique";
private final static String EXPECTED_MESSAGE_BUSINESS_EXCEPTION = String
.format("%s La rubrique fille %s n'existe pas les règles de formatage", Level.ERROR.toString(), RUBRIQUE_NAME);
.format("%s La rubrique fille %s n'existe pas dans les règles de formatage", Level.ERROR.toString(), RUBRIQUE_NAME);
private final static String EXPECTED_STACK_BUSINESS_EXCEPTION = String
.format("java.lang.Throwable: La rubrique fille %s n'existe pas les règles de formatage", RUBRIQUE_NAME);
.format("java.lang.Throwable: La rubrique fille %s n'existe pas dans les règles de formatage", RUBRIQUE_NAME);


@Test
Expand Down

0 comments on commit a6681b4

Please sign in to comment.