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…
Reference in New Issue