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 bf06501 commit b9af5ccCopy full SHA for b9af5cc
src/test/java/org/apache/ibatis/type/TypeAliasRegistryTest.java
@@ -15,9 +15,9 @@
15
*/
16
package org.apache.ibatis.type;
17
18
+import static org.assertj.core.api.Assertions.assertThatThrownBy;
19
import static org.junit.jupiter.api.Assertions.assertEquals;
20
import static org.junit.jupiter.api.Assertions.assertNull;
-import static org.junit.jupiter.api.Assertions.assertThatThrownBy;
21
import static org.junit.jupiter.api.Assertions.assertThrows;
22
23
import java.math.BigDecimal;
0 commit comments