Skip to content

Commit

Permalink
单元测试由Junit4变更为Junit5
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Aug 9, 2024
1 parent 85fc13b commit 69e278c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hutool-db/src/test/java/cn/hutool/db/DerbyTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package cn.hutool.db;

import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

Expand All @@ -19,7 +18,7 @@ public class DerbyTest {

private static final String DS_GROUP_NAME = "derby";

@BeforeAll
//@BeforeAll
public static void init() throws SQLException {
Db db = Db.use(DS_GROUP_NAME);
try{
Expand Down

0 comments on commit 69e278c

Please sign in to comment.