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 727c444 commit a95a26cCopy full SHA for a95a26c
src/test/java/org/apache/ibatis/datasource/pooled/PooledDataSourceTest.java
@@ -15,8 +15,7 @@
15
*/
16
package org.apache.ibatis.datasource.pooled;
17
18
-import org.junit.jupiter.api.BeforeEach;
19
-import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.*;
20
21
import java.sql.Connection;
22
import java.sql.SQLException;
@@ -25,7 +24,8 @@
25
24
import java.util.concurrent.CountDownLatch;
26
import java.util.concurrent.TimeUnit;
27
28
-import static org.junit.jupiter.api.Assertions.*;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
29
30
class PooledDataSourceTest {
31
0 commit comments