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 5430c52 commit 10c715bCopy full SHA for 10c715b
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/GroundingTest.java
@@ -24,7 +24,7 @@ class GroundingTest {
24
private static final String JSON_FORMAT = "json";
25
26
@Test
27
- void getPipelinesGetAll() {
+ void testPipelinesGetAll() {
28
final var controller = new GroundingController();
29
30
final var result = controller.getAllPipelines(JSON_FORMAT);
@@ -38,7 +38,7 @@ void getPipelinesGetAll() {
38
}
39
40
41
- void getRepositoriesGetAll() {
+ void testRepositoriesGetAll() {
42
43
44
final var result = controller.getAllRepositories(JSON_FORMAT);
0 commit comments