Commit abfb87d1 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Rename tests to match Surefire expectations

See gh-18579
parent bc6de8d5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment