Skip to content

Commit e5bb47a

Browse files
committed
Order the import statements in AutoConstructorTest
1 parent dc1a4f7 commit e5bb47a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/java/org/apache/ibatis/autoconstructor/AutoConstructorTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
*/
1616
package org.apache.ibatis.autoconstructor;
1717

18+
import static org.junit.jupiter.api.Assertions.assertEquals;
19+
import static org.junit.jupiter.api.Assertions.assertNotNull;
20+
import static org.junit.jupiter.api.Assertions.assertThrows;
21+
1822
import java.io.Reader;
1923
import java.util.List;
2024

@@ -29,8 +33,6 @@
2933
import org.junit.jupiter.api.BeforeAll;
3034
import org.junit.jupiter.api.Test;
3135

32-
import static org.junit.jupiter.api.Assertions.*;
33-
3436
class AutoConstructorTest {
3537
private static SqlSessionFactory sqlSessionFactory;
3638

0 commit comments

Comments
 (0)