Commit 9c6e5f09 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x'

Closes gh-18585
parents e20aa7dc 4d181c5b
......@@ -42,7 +42,7 @@ import static org.mockito.Mockito.mock;
* @author Artsiom Yudovin
* @author Filip Hrisafov
*/
class ElasticsearchRestHealthIndicatorTest {
class ElasticsearchRestHealthIndicatorTests {
private final RestClient restClient = mock(RestClient.class);
......
......@@ -41,7 +41,7 @@ import static org.mockito.Mockito.mock;
* @author Phillip Webb
* @author Andy Wilkinson
*/
class WebServerPortFileWriterTest {
class WebServerPortFileWriterTests {
@TempDir
File tempDir;
......
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