Skip to content

Commit 067d810

Browse files
committed
Fixed unit tests.
1 parent e2cab8f commit 067d810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/sys/TypeExtensionsUnitTest.cs

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void ToUnixTimeTest()
7979

8080
logger.LogDebug("Unix time: {unixTime}.", unixTime);
8181

82-
Assert.Equal(1739399940L, unixTime);
82+
Assert.Equal(1739403540L, unixTime);
8383
}
8484

8585
[Fact]
@@ -93,7 +93,7 @@ public void ToUnixTimeAfter2038Test()
9393

9494
logger.LogDebug("Unix time: {unixTime}.", unixTime);
9595

96-
Assert.Equal(2843934894L, unixTime);
96+
Assert.Equal(2843938494L, unixTime);
9797
}
9898

9999
[Fact]

0 commit comments

Comments
 (0)