Rename tests to match Surefire expectations

See gh-18579
This commit is contained in:
dreis2211 2019-10-14 22:01:34 +02:00 committed by Stephane Nicoll
parent bc6de8d572
commit abfb87d1a3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import static org.mockito.Mockito.mock;
* @author Artsiom Yudovin
* @author Filip Hrisafov
*/
public class ElasticsearchRestHealthIndicatorTest {
public class ElasticsearchRestHealthIndicatorTests {
private final RestClient restClient = mock(RestClient.class);

View File

@ -43,7 +43,7 @@ import static org.mockito.Mockito.mock;
* @author Phillip Webb
* @author Andy Wilkinson
*/
public class WebServerPortFileWriterTest {
public class WebServerPortFileWriterTests {
@Rule
public final TemporaryFolder temporaryFolder = new TemporaryFolder();