Skip to content
Snippets Groups Projects
Commit 3f5fae36 authored by Guyslain's avatar Guyslain
Browse files

TD 9 correction du test message d'erreur

parent a31594bb
Branches master
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public class LibraryTest {
assertInstanceOf(BookUnavailableException.class, result.failedCheckouts().get(0));
assertInstanceOf(BookNotFoundException.class, result.failedCheckouts().get(1));
assertEquals(
"Book1 (123): book unavailable",
"Livre 1 (123): book unavailable",
result.failedCheckouts().get(0).getMessage()
);
assertEquals(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment