Skip to content

Commit b9af5cc

Browse files
authored
Update TypeAliasRegistryTest.java
1 parent bf06501 commit b9af5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/type/TypeAliasRegistryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616
package org.apache.ibatis.type;
1717

18+
import static org.assertj.core.api.Assertions.assertThatThrownBy;
1819
import static org.junit.jupiter.api.Assertions.assertEquals;
1920
import static org.junit.jupiter.api.Assertions.assertNull;
20-
import static org.junit.jupiter.api.Assertions.assertThatThrownBy;
2121
import static org.junit.jupiter.api.Assertions.assertThrows;
2222

2323
import java.math.BigDecimal;

0 commit comments

Comments
 (0)