Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; | ... | @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; |
26 | import static org.mockito.Mockito.*; | 26 | import static org.mockito.Mockito.*; |
27 | 27 | ||
28 | /** | 28 | /** |
29 | - * Classe testant PublisherServiceDefault. | 29 | + * Class testing PublisherServiceDefault |
30 | */ | 30 | */ |
31 | @RunWith(JUnitPlatform.class) | 31 | @RunWith(JUnitPlatform.class) |
32 | @ExtendWith(MockitoExtension.class) | 32 | @ExtendWith(MockitoExtension.class) | ... | ... |
-
Please register or login to post a comment