Rename tests to match Surefire expectations

See gh-18579
pull/18566/head
dreis2211 5 years ago committed by Stephane Nicoll
parent bc6de8d572
commit abfb87d1a3

@ -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);

@ -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();
Loading…
Cancel
Save