mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -43,7 +43,7 @@ public class DialectFactoryTest {
|
||||
//map.put("hive",DRIVER_HIVE);
|
||||
|
||||
map.forEach((k,v) -> Assertions.assertEquals(v,
|
||||
DialectFactory.identifyDriver(k+ RandomUtil.randomString(2),null) ));
|
||||
DialectFactory.identifyDriver(k+ RandomUtil.randomStringLower(2),null) ));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user