mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -22,7 +22,7 @@ public class MetaUtilTest {
|
|||||||
@Test
|
@Test
|
||||||
public void getTablesTest() {
|
public void getTablesTest() {
|
||||||
final List<String> tables = MetaUtil.getTables(ds);
|
final List<String> tables = MetaUtil.getTables(ds);
|
||||||
Assertions.assertEquals("user", tables.get(0));
|
Assertions.assertTrue(tables.contains("user"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user