We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ead25 commit 6063224Copy full SHA for 6063224
infra/common/src/test/java/org/apache/shardingsphere/infra/util/DatabaseTypeUtilsTest.java
@@ -21,7 +21,8 @@
21
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
22
import org.junit.jupiter.api.Test;
23
24
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertFalse;
25
+import static org.junit.jupiter.api.Assertions.assertTrue;
26
27
class DatabaseTypeUtilsTest {
28
0 commit comments