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
77bd2d4336
commit
c4373832b8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user