mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix test
This commit is contained in:
parent
fe9e8bad84
commit
d02a198e54
@ -14,8 +14,8 @@ public class DmTest {
|
|||||||
|
|
||||||
private static final String DS_GROUP_NAME = "dm";
|
private static final String DS_GROUP_NAME = "dm";
|
||||||
|
|
||||||
@BeforeAll
|
//@BeforeAll
|
||||||
@Disabled
|
//@Disabled
|
||||||
public static void init() {
|
public static void init() {
|
||||||
final Db db = Db.of(DS_GROUP_NAME);
|
final Db db = Db.of(DS_GROUP_NAME);
|
||||||
db.execute("CREATE TABLE test(a INTEGER, b INTEGER)");
|
db.execute("CREATE TABLE test(a INTEGER, b INTEGER)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user