We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c51d1 commit c58b12dCopy full SHA for c58b12d
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
@@ -14,7 +14,7 @@
14
15
@Import(TestcontainersConfiguration.class)
16
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
17
-class ModelRunnerApplicationTest {
+class ModelRunnerApplicationUnitTest {
18
19
@LocalServerPort
20
private int port;
0 commit comments