Skip to content

Commit 4d181c5

Browse files
committed
Merge pull request #18579 from dreis2211
* pr/18579: Rename tests to match Surefire expectations Closes gh-18579
2 parents bc6de8d + abfb87d commit 4d181c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchRestHealthIndicatorTest.java renamed to spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchRestHealthIndicatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Artsiom Yudovin
4343
* @author Filip Hrisafov
4444
*/
45-
public class ElasticsearchRestHealthIndicatorTest {
45+
public class ElasticsearchRestHealthIndicatorTests {
4646

4747
private final RestClient restClient = mock(RestClient.class);
4848

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/context/WebServerPortFileWriterTest.java renamed to spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/context/WebServerPortFileWriterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @author Phillip Webb
4444
* @author Andy Wilkinson
4545
*/
46-
public class WebServerPortFileWriterTest {
46+
public class WebServerPortFileWriterTests {
4747

4848
@Rule
4949
public final TemporaryFolder temporaryFolder = new TemporaryFolder();

0 commit comments

Comments
 (0)