mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add test
This commit is contained in:
parent
791fa4e45d
commit
a287abf33b
@ -0,0 +1,13 @@
|
|||||||
|
package cn.hutool.core.date;
|
||||||
|
|
||||||
|
import cn.hutool.core.lang.Console;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
public class IssueIC00HGTest {
|
||||||
|
@Test
|
||||||
|
@Disabled
|
||||||
|
void dateToStringTest(){
|
||||||
|
Console.log(DateUtil.date().toSqlDate());
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user