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 04312df commit 9d60992Copy full SHA for 9d60992
spring-ai-model/src/test/java/org/springframework/ai/chat/prompt/SystemPromptTemplateTests.java
@@ -18,6 +18,7 @@
18
19
import java.util.HashMap;
20
import java.util.Map;
21
+import java.util.Set;
22
23
import org.junit.jupiter.api.Test;
24
@@ -28,8 +29,6 @@
28
29
import org.springframework.core.io.ByteArrayResource;
30
import org.springframework.core.io.Resource;
31
-import java.util.Set;
32
-
33
import static org.assertj.core.api.Assertions.assertThat;
34
import static org.assertj.core.api.Assertions.assertThatThrownBy;
35
0 commit comments