Skip to content

Commit c58b12d

Browse files
committed
#BAEL-9291: rename test class name
1 parent 54c51d1 commit c58b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-3/src/test/java/com/baeldung/springai/docker/modelrunner/ModelRunnerApplicationTest.java renamed to spring-ai-3/src/test/java/com/baeldung/springai/docker/modelrunner/ModelRunnerApplicationUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@Import(TestcontainersConfiguration.class)
1616
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
17-
class ModelRunnerApplicationTest {
17+
class ModelRunnerApplicationUnitTest {
1818

1919
@LocalServerPort
2020
private int port;

0 commit comments

Comments
 (0)