This commit is contained in:
zyyang 2021-01-21 19:40:11 +08:00
parent 27db778ba3
commit 2761876bcd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import static org.junit.Assert.assertEquals;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class ImportTest {
Connection connection;
static Connection connection;
String dbName = "test";
String tName = "t0";
String host = "127.0.0.1";