Skip to content

Commit 512ab93

Browse files
committed
Formatting
1 parent 9bd0534 commit 512ab93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22

33
import static org.assertj.core.api.Assertions.assertThat;
44

5-
import com.google.common.reflect.Reflection;
65
import com.sap.ai.sdk.core.model.AiModelBaseData;
76
import com.sap.ai.sdk.foundationmodels.openai.OpenAiModel;
87
import java.lang.reflect.Field;
98
import java.util.ArrayList;
10-
import java.util.Arrays;
119
import java.util.List;
1210
import lombok.SneakyThrows;
1311
import org.junit.jupiter.api.DisplayName;
1412
import org.junit.jupiter.api.Test;
15-
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
1613

1714
class ScenarioTest {
1815

1916
@Test
20-
@DisplayName("Declared OpenAI models must be superset of our AI Core account's available OpenAI models")
17+
@DisplayName(
18+
"Declared OpenAI models must be superset of our AI Core account's available OpenAI models")
2119
@SneakyThrows
2220
void openAiModelAvailability() {
2321

0 commit comments

Comments
 (0)