Skip to content

Commit

Permalink
[ci] Import sort new test class
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 20, 2023
1 parent 727c444 commit a95a26c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
*/
package org.apache.ibatis.datasource.pooled;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;

import java.sql.Connection;
import java.sql.SQLException;
Expand All @@ -25,7 +24,8 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class PooledDataSourceTest {

Expand Down

0 comments on commit a95a26c

Please sign in to comment.