Skip to content

Commit 80c0d74

Browse files
committed
see 06/09 log
1 parent ea66011 commit 80c0d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilcode/src/test/java/com/blankj/utilcode/util/TimeUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class TimeUtilsTest {
3535
private final Date tomorrowTimeDate = new Date(tomorrowTimeMillis);
3636
private final String tomorrowTimeString = defaultFormat.format(tomorrowTimeDate);
3737
private final String tomorrowTimeStringFormat = mFormat.format(tomorrowTimeDate);
38-
private final long delta = 1;// 允许误差1ms
38+
private final long delta = 2;// 允许误差2ms
3939

4040
@Test
4141
public void millis2String() throws Exception {

0 commit comments

Comments
 (0)