Jean-Francois Leveque

Correction nom de classe

...@@ -37,7 +37,7 @@ public class ListCountriesViewTest { ...@@ -37,7 +37,7 @@ public class ListCountriesViewTest {
37 37
38 @Nested 38 @Nested
39 @DisplayName("init method") 39 @DisplayName("init method")
40 - class initTests{ 40 + class InitTests{
41 41
42 @Test 42 @Test
43 @DisplayName("should get all countries") 43 @DisplayName("should get all countries")
......