mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
#309 indentation fix.
This commit is contained in:
parent
689278e511
commit
874f1d15e9
@ -51,13 +51,13 @@ public class SaFoxUtilTest {
|
||||
Assertions.assertNotEquals(SaFoxUtil.getMarking28(), SaFoxUtil.getMarking28());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void formatDate() {
|
||||
@Test
|
||||
public void formatDate() {
|
||||
Instant instant = Instant.ofEpochMilli(1644328600364L);
|
||||
ZonedDateTime zonedDateTime = ZonedDateTime.ofInstant(instant, ZoneId.of("Asia/Shanghai"));
|
||||
String formatDate = SaFoxUtil.formatDate(zonedDateTime);
|
||||
Assertions.assertEquals(formatDate, "2022-02-08 21:56:40");
|
||||
}
|
||||
Assertions.assertEquals(formatDate, "2022-02-08 21:56:40");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void searchList() {
|
||||
|
Loading…
Reference in New Issue
Block a user