Skip to content

Commit bf06501

Browse files
authored
Update TypeAliasRegistryTest.java
1 parent 9bfbfe4 commit bf06501

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
*/
1616
package org.apache.ibatis.type;
1717

18+
import static org.junit.jupiter.api.Assertions.assertEquals;
19+
import static org.junit.jupiter.api.Assertions.assertNull;
20+
import static org.junit.jupiter.api.Assertions.assertThatThrownBy;
21+
import static org.junit.jupiter.api.Assertions.assertThrows;
22+
1823
import java.math.BigDecimal;
1924

2025
import org.junit.jupiter.api.Test;
2126

22-
import static org.assertj.core.api.Assertions.*;
23-
import static org.junit.jupiter.api.Assertions.*;
24-
2527
class TypeAliasRegistryTest {
2628

2729
@Test

0 commit comments

Comments
 (0)