Jean-Francois Leveque

Typo de confusion nom classe sur base nom méthode

...@@ -40,7 +40,7 @@ public class PublisherSearchRepositorySolrjTest { ...@@ -40,7 +40,7 @@ public class PublisherSearchRepositorySolrjTest {
40 40
41 @Nested 41 @Nested
42 @DisplayName("save method") 42 @DisplayName("save method")
43 - class saveTests { 43 + class SaveTests {
44 44
45 @Test 45 @Test
46 @DisplayName("when called with right parameters, should addBean IndexedPublisher with commitWithinMs of 1 to repository") 46 @DisplayName("when called with right parameters, should addBean IndexedPublisher with commitWithinMs of 1 to repository")
......