Skip to content

Commit 102c68a

Browse files
committed
test: fix import order
Co-authored-by: Oleksandr Klymenko <[email protected]> Signed-off-by: Oleksandr Klymenko <[email protected]>
1 parent b6b45ac commit 102c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-transformers/src/test/java/org/springframework/ai/transformers/ResourceCacheServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
import org.junit.jupiter.api.Test;
2525
import org.junit.jupiter.api.io.TempDir;
2626

27-
import static org.assertj.core.api.Assertions.assertThatThrownBy;
2827
import org.springframework.core.io.DefaultResourceLoader;
2928

3029
import static org.assertj.core.api.Assertions.assertThat;
30+
import static org.assertj.core.api.Assertions.assertThatThrownBy;
3131

3232
/**
3333
* @author Christian Tzolov

0 commit comments

Comments
 (0)