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 8676d45 commit 9bbde2aCopy full SHA for 9bbde2a
spring-ai-client-chat/src/test/java/org/springframework/ai/chat/client/ChatClientTest.java renamed to spring-ai-client-chat/src/test/java/org/springframework/ai/chat/client/ChatClientTests.java
@@ -57,7 +57,7 @@
57
* @author Thomas Vitale
58
*/
59
@ExtendWith(MockitoExtension.class)
60
-public class ChatClientTest {
+public class ChatClientTests {
61
62
static Function<String, String> mockFunction = s -> s;
63
0 commit comments