Skip to content

Commit 6063224

Browse files
committed
Move DatabaseTypeUtils
1 parent a7ead25 commit 6063224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/common/src/test/java/org/apache/shardingsphere/infra/util/DatabaseTypeUtilsTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
import org.apache.shardingsphere.infra.spi.type.typed.TypedSPILoader;
2222
import org.junit.jupiter.api.Test;
2323

24-
import static org.junit.jupiter.api.Assertions.*;
24+
import static org.junit.jupiter.api.Assertions.assertFalse;
25+
import static org.junit.jupiter.api.Assertions.assertTrue;
2526

2627
class DatabaseTypeUtilsTest {
2728

0 commit comments

Comments
 (0)