Skip to content

Commit a95a26c

Browse files
committed
[ci] Import sort new test class
1 parent 727c444 commit a95a26c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/apache/ibatis/datasource/pooled/PooledDataSourceTest.java

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

18-
import org.junit.jupiter.api.BeforeEach;
19-
import org.junit.jupiter.api.Test;
18+
import static org.junit.jupiter.api.Assertions.*;
2019

2120
import java.sql.Connection;
2221
import java.sql.SQLException;
@@ -25,7 +24,8 @@
2524
import java.util.concurrent.CountDownLatch;
2625
import java.util.concurrent.TimeUnit;
2726

28-
import static org.junit.jupiter.api.Assertions.*;
27+
import org.junit.jupiter.api.BeforeEach;
28+
import org.junit.jupiter.api.Test;
2929

3030
class PooledDataSourceTest {
3131

0 commit comments

Comments
 (0)