更新测试文件
This commit is contained in:
parent
9c0e483d35
commit
ee0490a1f7
@ -11,6 +11,7 @@ import java.util.GregorianCalendar;
|
||||
import java.util.Locale;
|
||||
import java.util.TimeZone;
|
||||
|
||||
|
||||
public class DateFormatUnitTest {
|
||||
|
||||
@Tes t
|
||||
|
@ -1,6 +1,6 @@
|
||||
package com.ossez.util;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
//import static org.junit.Assert.assertEquals;
|
||||
|
||||
import java.time.Clock;
|
||||
import java.time.Instant;
|
||||
@ -9,7 +9,7 @@ import java.time.LocalTime;
|
||||
import java.time.ZoneId;
|
||||
import java.time.temporal.ChronoField;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class CurrentDateTimeUnitTest {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user