mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change method name
This commit is contained in:
@@ -17,7 +17,7 @@ public class CronPatternTest {
|
||||
CronPattern pattern;
|
||||
// 任何时间匹配
|
||||
pattern = CronPattern.of("* * * * * *");
|
||||
assertMatch(pattern, DateUtil.now());
|
||||
assertMatch(pattern, DateUtil.formatNow());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user